Html Css Color HEX #0CB812 Islamic Green

📋 copy color: '#0CB812'

red 12 ◦ green 184 ◦ blue 18

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

Shades of Islamic Green #0CB812

Tints of Islamic Green #0CB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 85.98%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 5.61%
G = 85.98%
B = 8.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#0CB812 (or 0x0CB812) is known color: Islamic Green. HEX triplet: 0C, B8 and 12. RGB value is (12,184,18). Sum of RGB (Red+Green+Blue) = 12+184+18=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 184 (72.27% from 255 or 85.98% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB812 is #F347ED. Grayscale: #727272. Windows color (decimal): -15943662 or 1226764. OLE color: 1226764.

HSL color Cylindrical-coordinate representation of color #0CB812: hue angle of 122.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB812 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 18 -
CMYK 0.93 0 0.90 0.28
HSL 122.09º 0.88% 0.38% -
HSV(B) 122.09º 0.93% 0.72% -
XYZ 17.4 34.4 6.3 -
YUV 113.65 74.02 55.5 -
System Red Green Blue C M Y K H S L
Decimal 12 184 18 0.93 0 0.90 0.28 122.09 0.88 0.38
Hex C B8 12 5D 0 5A 1C 7A 58 26
Octal 14 270 22 135 0 132 34 172 130 46
Binary 1100 10111000 10010 1011101 0 1011010 11100 1111010 1011000 100110

Color Harmonies of #0CB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB812

Black with #0CB812

Text Example


Text Example

White with #0CB812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,18); }

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

background-color css

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

 a { background-color: rgb(12,184,18); }

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

border-color css

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

 span { border-color: rgb(12,184,18); }

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