Html Css Color HEX #0CA430 Dark Pastel Green

📋 copy color: '#0CA430'

red 12 ◦ green 164 ◦ blue 48

#0CA430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0CA430

Tints of Dark Pastel Green #0CA430

RGB

 RED value IS 12 (5.08% from 255) = 5.36%

 GREEN value IS 164 (64.45% from 255) = 73.21%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 5.36%
G = 73.21%
B = 21.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#0CA430 (or 0x0CA430) is known color: Dark Pastel Green. HEX triplet: 0C, A4 and 30. RGB value is (12,164,48). Sum of RGB (Red+Green+Blue) = 12+164+48=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 164 (64.45% from 255 or 73.21% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA430 is #F35BCF. Grayscale: #696969. Windows color (decimal): -15948752 or 3187724. OLE color: 3187724.

HSL color Cylindrical-coordinate representation of color #0CA430: hue angle of 134.21º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA430 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 164 48 -
CMYK 0.93 0 0.71 0.36
HSL 134.21º 0.86% 0.35% -
HSV(B) 134.21º 0.93% 0.64% -
XYZ 13.96 26.84 7.24 -
YUV 105.33 95.64 61.43 -
System Red Green Blue C M Y K H S L
Decimal 12 164 48 0.93 0 0.71 0.36 134.21 0.86 0.35
Hex C A4 30 5D 0 47 24 86 56 23
Octal 14 244 60 135 0 107 44 206 126 43
Binary 1100 10100100 110000 1011101 0 1000111 100100 10000110 1010110 100011

Color Harmonies of #0CA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA430

Black with #0CA430

Text Example


Text Example

White with #0CA430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,164,48); }

 H1.HeaderClassName
 {
   color: #0CA430;
 }
 .AnyTagClassName
 {
   color: #0CA430;
 }
</style>

background-color css

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

 a { background-color: rgb(12,164,48); }

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

border-color css

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

 span { border-color: rgb(12,164,48); }

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