Html Css Color HEX #0CB70F Islamic Green

📋 copy color: '#0CB70F'

red 12 ◦ green 183 ◦ blue 15

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

Shades of Islamic Green #0CB70F

Tints of Islamic Green #0CB70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 87.14%

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 5.71%
G = 87.14%
B = 7.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#0CB70F (or 0x0CB70F) is known color: Islamic Green. HEX triplet: 0C, B7 and 0F. RGB value is (12,183,15). Sum of RGB (Red+Green+Blue) = 12+183+15=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 183 (71.88% from 255 or 87.14% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB70F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB70F is #F348F0. Grayscale: #717171. Windows color (decimal): -15943921 or 1029900. OLE color: 1029900.

HSL color Cylindrical-coordinate representation of color #0CB70F: hue angle of 121.05º 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 #0CB70F is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 15 -
CMYK 0.93 0 0.92 0.28
HSL 121.05º 0.88% 0.38% -
HSV(B) 121.05º 0.93% 0.72% -
XYZ 17.17 33.98 6.11 -
YUV 112.72 72.85 56.16 -
System Red Green Blue C M Y K H S L
Decimal 12 183 15 0.93 0 0.92 0.28 121.05 0.88 0.38
Hex C B7 F 5D 0 5C 1C 79 58 26
Octal 14 267 17 135 0 134 34 171 130 46
Binary 1100 10110111 1111 1011101 0 1011100 11100 1111001 1011000 100110

Color Harmonies of #0CB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB70F

Black with #0CB70F

Text Example


Text Example

White with #0CB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,15); }

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

background-color css

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

 a { background-color: rgb(12,183,15); }

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

border-color css

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

 span { border-color: rgb(12,183,15); }

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