Html Css Color HEX #0C5A02 Green

📋 copy color: '#0C5A02'

red 12 ◦ green 90 ◦ blue 2

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

Shades of Green #0C5A02

Tints of Green #0C5A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 86.54%

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 11.54%
G = 86.54%
B = 1.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#0C5A02 (or 0x0C5A02) is known color: Green. HEX triplet: 0C, 5A and 02. RGB value is (12,90,2). Sum of RGB (Red+Green+Blue) = 12+90+2=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5A02 is #F3A5FD. Grayscale: #383838. Windows color (decimal): -15967742 or 154124. OLE color: 154124.

HSL color Cylindrical-coordinate representation of color #0C5A02: hue angle of 113.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C5A02 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 90 2 -
CMYK 0.87 0 0.98 0.65
HSL 113.18º 0.96% 0.18% -
HSV(B) 113.18º 0.98% 0.35% -
XYZ 3.82 7.39 1.28 -
YUV 56.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 12 90 2 0.87 0 0.98 0.65 113.18 0.96 0.18
Hex C 5A 2 57 0 62 41 71 60 12
Octal 14 132 2 127 0 142 101 161 140 22
Binary 1100 1011010 10 1010111 0 1100010 1000001 1110001 1100000 10010

Color Harmonies of #0C5A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5A02

Black with #0C5A02

Text Example


Text Example

White with #0C5A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,90,2); }

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

background-color css

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

 a { background-color: rgb(12,90,2); }

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

border-color css

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

 span { border-color: rgb(12,90,2); }

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