Html Css Color HEX #0CB50A Islamic Green

📋 copy color: '#0CB50A'

red 12 ◦ green 181 ◦ blue 10

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

Shades of Islamic Green #0CB50A

Tints of Islamic Green #0CB50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 5.91%
G = 89.16%
B = 4.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#0CB50A (or 0x0CB50A) is known color: Islamic Green. HEX triplet: 0C, B5 and 0A. RGB value is (12,181,10). Sum of RGB (Red+Green+Blue) = 12+181+10=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 181 (71.09% from 255 or 89.16% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB50A is #F34AF5. Grayscale: #6F6F6F. Windows color (decimal): -15944438 or 701708. OLE color: 701708.

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

Color convert

RGB 12 181 10 -
CMYK 0.93 0 0.94 0.29
HSL 119.3º 0.9% 0.37% -
HSV(B) 119.3º 0.94% 0.71% -
XYZ 16.73 33.15 5.8 -
YUV 110.98 71.01 57.4 -
System Red Green Blue C M Y K H S L
Decimal 12 181 10 0.93 0 0.94 0.29 119.3 0.9 0.37
Hex C B5 A 5D 0 5E 1D 77 5A 25
Octal 14 265 12 135 0 136 35 167 132 45
Binary 1100 10110101 1010 1011101 0 1011110 11101 1110111 1011010 100101

Color Harmonies of #0CB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB50A

Black with #0CB50A

Text Example


Text Example

White with #0CB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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