Html Css Color HEX #0CB017 Islamic Green

📋 copy color: '#0CB017'

red 12 ◦ green 176 ◦ blue 23

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

Shades of Islamic Green #0CB017

Tints of Islamic Green #0CB017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 83.41%

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 5.69%
G = 83.41%
B = 10.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#0CB017 (or 0x0CB017) is known color: Islamic Green. HEX triplet: 0C, B0 and 17. RGB value is (12,176,23). Sum of RGB (Red+Green+Blue) = 12+176+23=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 176 (69.14% from 255 or 83.41% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB017 is #F34FE8. Grayscale: #6D6D6D. Windows color (decimal): -15945705 or 1552396. OLE color: 1552396.

HSL color Cylindrical-coordinate representation of color #0CB017: hue angle of 124.02º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB017 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 23 -
CMYK 0.93 0 0.87 0.31
HSL 124.02º 0.87% 0.37% -
HSV(B) 124.02º 0.93% 0.69% -
XYZ 15.83 31.19 6 -
YUV 109.52 79.17 58.44 -
System Red Green Blue C M Y K H S L
Decimal 12 176 23 0.93 0 0.87 0.31 124.02 0.87 0.37
Hex C B0 17 5D 0 57 1F 7C 57 25
Octal 14 260 27 135 0 127 37 174 127 45
Binary 1100 10110000 10111 1011101 0 1010111 11111 1111100 1010111 100101

Color Harmonies of #0CB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB017

Black with #0CB017

Text Example


Text Example

White with #0CB017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,23); }

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

background-color css

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

 a { background-color: rgb(12,176,23); }

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

border-color css

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

 span { border-color: rgb(12,176,23); }

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