Html Css Color HEX #0CB609 Islamic Green

📋 copy color: '#0CB609'

red 12 ◦ green 182 ◦ blue 9

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

Shades of Islamic Green #0CB609

Tints of Islamic Green #0CB609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 89.66%

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 5.91%
G = 89.66%
B = 4.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#0CB609 (or 0x0CB609) is known color: Islamic Green. HEX triplet: 0C, B6 and 09. RGB value is (12,182,9). Sum of RGB (Red+Green+Blue) = 12+182+9=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 182 (71.48% from 255 or 89.66% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB609 is #F349F6. Grayscale: #6F6F6F. Windows color (decimal): -15944183 or 636428. OLE color: 636428.

HSL color Cylindrical-coordinate representation of color #0CB609: hue angle of 118.96º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB609 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 9 -
CMYK 0.93 0 0.95 0.29
HSL 118.96º 0.91% 0.37% -
HSV(B) 118.96º 0.95% 0.71% -
XYZ 16.93 33.55 5.84 -
YUV 111.45 70.18 57.07 -
System Red Green Blue C M Y K H S L
Decimal 12 182 9 0.93 0 0.95 0.29 118.96 0.91 0.37
Hex C B6 9 5D 0 5F 1D 77 5B 25
Octal 14 266 11 135 0 137 35 167 133 45
Binary 1100 10110110 1001 1011101 0 1011111 11101 1110111 1011011 100101

Color Harmonies of #0CB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB609

Black with #0CB609

Text Example


Text Example

White with #0CB609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,9); }

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

background-color css

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

 a { background-color: rgb(12,182,9); }

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

border-color css

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

 span { border-color: rgb(12,182,9); }

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