Html Css Color HEX #0CBB07 Islamic Green

📋 copy color: '#0CBB07'

red 12 ◦ green 187 ◦ blue 7

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

Shades of Islamic Green #0CBB07

Tints of Islamic Green #0CBB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 90.78%

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 5.83%
G = 90.78%
B = 3.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#0CBB07 (or 0x0CBB07) is known color: Islamic Green. HEX triplet: 0C, BB and 07. RGB value is (12,187,7). Sum of RGB (Red+Green+Blue) = 12+187+7=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 187 (73.44% from 255 or 90.78% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBB07 is #F344F8. Grayscale: #727272. Windows color (decimal): -15942905 or 506636. OLE color: 506636.

HSL color Cylindrical-coordinate representation of color #0CBB07: hue angle of 118.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CBB07 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 187 7 -
CMYK 0.94 0 0.96 0.27
HSL 118.33º 0.93% 0.38% -
HSV(B) 118.33º 0.96% 0.73% -
XYZ 17.96 35.63 6.13 -
YUV 114.16 67.52 55.14 -
System Red Green Blue C M Y K H S L
Decimal 12 187 7 0.94 0 0.96 0.27 118.33 0.93 0.38
Hex C BB 7 5E 0 60 1B 76 5D 26
Octal 14 273 7 136 0 140 33 166 135 46
Binary 1100 10111011 111 1011110 0 1100000 11011 1110110 1011101 100110

Color Harmonies of #0CBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB07

Black with #0CBB07

Text Example


Text Example

White with #0CBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,187,7); }

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

background-color css

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

 a { background-color: rgb(12,187,7); }

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

border-color css

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

 span { border-color: rgb(12,187,7); }

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