Html Css Color HEX #0CBB0D Islamic Green

📋 copy color: '#0CBB0D'

red 12 ◦ green 187 ◦ blue 13

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

Shades of Islamic Green #0CBB0D

Tints of Islamic Green #0CBB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 5.66%
G = 88.21%
B = 6.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#0CBB0D (or 0x0CBB0D) is known color: Islamic Green. HEX triplet: 0C, BB and 0D. RGB value is (12,187,13). Sum of RGB (Red+Green+Blue) = 12+187+13=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 187 (73.44% from 255 or 88.21% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBB0D is #F344F2. Grayscale: #737373. Windows color (decimal): -15942899 or 899852. OLE color: 899852.

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

Color convert

RGB 12 187 13 -
CMYK 0.94 0 0.93 0.27
HSL 120.34º 0.88% 0.39% -
HSV(B) 120.34º 0.94% 0.73% -
XYZ 17.99 35.65 6.31 -
YUV 114.84 70.52 54.65 -
System Red Green Blue C M Y K H S L
Decimal 12 187 13 0.94 0 0.93 0.27 120.34 0.88 0.39
Hex C BB D 5E 0 5D 1B 78 58 27
Octal 14 273 15 136 0 135 33 170 130 47
Binary 1100 10111011 1101 1011110 0 1011101 11011 1111000 1011000 100111

Color Harmonies of #0CBB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB0D

Black with #0CBB0D

Text Example


Text Example

White with #0CBB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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