Html Css Color HEX #0CBB05 Islamic Green

📋 copy color: '#0CBB05'

red 12 ◦ green 187 ◦ blue 5

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

Shades of Islamic Green #0CBB05

Tints of Islamic Green #0CBB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 5.88%
G = 91.67%
B = 2.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#0CBB05 (or 0x0CBB05) is known color: Islamic Green. HEX triplet: 0C, BB and 05. RGB value is (12,187,5). Sum of RGB (Red+Green+Blue) = 12+187+5=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 187 (73.44% from 255 or 91.67% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBB05 is #F344FA. Grayscale: #727272. Windows color (decimal): -15942907 or 375564. OLE color: 375564.

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

Color convert

RGB 12 187 5 -
CMYK 0.94 0 0.97 0.27
HSL 117.69º 0.95% 0.38% -
HSV(B) 117.69º 0.97% 0.73% -
XYZ 17.95 35.63 6.07 -
YUV 113.93 66.52 55.3 -
System Red Green Blue C M Y K H S L
Decimal 12 187 5 0.94 0 0.97 0.27 117.69 0.95 0.38
Hex C BB 5 5E 0 61 1B 76 5F 26
Octal 14 273 5 136 0 141 33 166 137 46
Binary 1100 10111011 101 1011110 0 1100001 11011 1110110 1011111 100110

Color Harmonies of #0CBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB05

Black with #0CBB05

Text Example


Text Example

White with #0CBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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