Html Css Color HEX #0CB501 Islamic Green

📋 copy color: '#0CB501'

red 12 ◦ green 181 ◦ blue 1

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

Shades of Islamic Green #0CB501

Tints of Islamic Green #0CB501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 6.19%
G = 93.3%
B = 0.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#0CB501 (or 0x0CB501) is known color: Islamic Green. HEX triplet: 0C, B5 and 01. RGB value is (12,181,1). Sum of RGB (Red+Green+Blue) = 12+181+1=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 181 (71.09% from 255 or 93.30% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB501 is #F34AFE. Grayscale: #6E6E6E. Windows color (decimal): -15944447 or 111884. OLE color: 111884.

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

Color convert

RGB 12 181 1 -
CMYK 0.93 0 0.99 0.29
HSL 116.33º 0.99% 0.36% -
HSV(B) 116.33º 0.99% 0.71% -
XYZ 16.68 33.13 5.54 -
YUV 109.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 12 181 1 0.93 0 0.99 0.29 116.33 0.99 0.36
Hex C B5 1 5D 0 63 1D 74 63 24
Octal 14 265 1 135 0 143 35 164 143 44
Binary 1100 10110101 1 1011101 0 1100011 11101 1110100 1100011 100100

Color Harmonies of #0CB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB501

Black with #0CB501

Text Example


Text Example

White with #0CB501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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