Html Css Color HEX #0C9002 Islamic Green

📋 copy color: '#0C9002'

red 12 ◦ green 144 ◦ blue 2

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

Shades of Islamic Green #0C9002

Tints of Islamic Green #0C9002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 91.14%

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

R = 7.59%
G = 91.14%
B = 1.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#0C9002 (or 0x0C9002) is known color: Islamic Green. HEX triplet: 0C, 90 and 02. RGB value is (12,144,2). Sum of RGB (Red+Green+Blue) = 12+144+2=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 144 (56.64% from 255 or 91.14% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9002 is #F36FFD. Grayscale: #585858. Windows color (decimal): -15953918 or 167948. OLE color: 167948.

HSL color Cylindrical-coordinate representation of color #0C9002: hue angle of 115.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C9002 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 144 2 -
CMYK 0.92 0 0.99 0.44
HSL 115.77º 0.97% 0.29% -
HSV(B) 115.77º 0.99% 0.56% -
XYZ 10.14 20.03 3.39 -
YUV 88.34 79.27 73.55 -
System Red Green Blue C M Y K H S L
Decimal 12 144 2 0.92 0 0.99 0.44 115.77 0.97 0.29
Hex C 90 2 5C 0 63 2C 74 61 1D
Octal 14 220 2 134 0 143 54 164 141 35
Binary 1100 10010000 10 1011100 0 1100011 101100 1110100 1100001 11101

Color Harmonies of #0C9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9002

Black with #0C9002

Text Example


Text Example

White with #0C9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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