Html Css Color HEX #0CB510 Islamic Green

📋 copy color: '#0CB510'

red 12 ◦ green 181 ◦ blue 16

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

Shades of Islamic Green #0CB510

Tints of Islamic Green #0CB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 86.6%

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 5.74%
G = 86.6%
B = 7.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#0CB510 (or 0x0CB510) is known color: Islamic Green. HEX triplet: 0C, B5 and 10. RGB value is (12,181,16). Sum of RGB (Red+Green+Blue) = 12+181+16=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 181 (71.09% from 255 or 86.60% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB510 is #F34AEF. Grayscale: #707070. Windows color (decimal): -15944432 or 1094924. OLE color: 1094924.

HSL color Cylindrical-coordinate representation of color #0CB510: hue angle of 121.42º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB510 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 181 16 -
CMYK 0.93 0 0.91 0.29
HSL 121.42º 0.88% 0.38% -
HSV(B) 121.42º 0.93% 0.71% -
XYZ 16.77 33.16 6.01 -
YUV 111.66 74.01 56.92 -
System Red Green Blue C M Y K H S L
Decimal 12 181 16 0.93 0 0.91 0.29 121.42 0.88 0.38
Hex C B5 10 5D 0 5B 1D 79 58 26
Octal 14 265 20 135 0 133 35 171 130 46
Binary 1100 10110101 10000 1011101 0 1011011 11101 1111001 1011000 100110

Color Harmonies of #0CB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB510

Black with #0CB510

Text Example


Text Example

White with #0CB510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,16); }

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

background-color css

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

 a { background-color: rgb(12,181,16); }

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

border-color css

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

 span { border-color: rgb(12,181,16); }

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