#0AC83A

Color #0AC83A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0AC83A

Tints of Dark Pastel Green #0AC83A

Color information

#0AC83A (or 0x0AC83A) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C8 and 3A. RGB value is (10,200,58). Sum of RGB (Red+Green+Blue) = 10+200+58=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC83A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC83A is #F537C5. Grayscale: #7F7F7F. Windows color (decimal): -16070598 or 3852298. OLE color: 3852298.

HSL color Cylindrical-coordinate representation of color #0AC83A: hue angle of 135.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC83A is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1020058-
CMYK0.9500.710.22
HSL135.16º90.48%41.18%-
HSV(B)135.16º95%78.43%-
XYZ21.5441.6810.91-
YUV12789.0544.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.73%
GREEN value IS 200 (78.52% from 255) = 74.63%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=3.73%
G=74.63%
B=21.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10200580.9500.710.22135.1690.4841.18
HexAC83A5F04716875a29
Octal123107213701072620713251
Binary10101100100011101010111110100011110110100001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AC83A; }

 p { color: rgb(10,200,58); }

 H1.HeaderClassName
 {
   color: #0AC83A;
 }
 .AnyTagClassName
 {
   color: #0AC83A;
 }
</style>
background-color css

<style>
 a { background-color: #0AC83A; }

 a { background-color: rgb(10,200,58); }

 div.DivClassName
 {
   background-color: #0AC83A;
 }
 .BgClassName
 {
   background-color: #0AC83A;
 }
</style>
border-color css

<style>
 span { border-color: #0AC83A; }

 span { border-color: rgb(10,200,58); }

 td.TdClassName
 {
   border-color: #0AC83A;
 }
 .TagClassName
 {
   border-color: #0AC83A;
 }
</style>