Html Css Color HEX #01C50B Islamic Green

📋 copy color: '#01C50B'

red 1 ◦ green 197 ◦ blue 11

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

Shades of Islamic Green #01C50B

Tints of Islamic Green #01C50B

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 197 (77.34% from 255) = 94.26%

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 0.48%
G = 94.26%
B = 5.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#01C50B (or 0x01C50B) is known color: Islamic Green. HEX triplet: 01, C5 and 0B. RGB value is (1,197,11). Sum of RGB (Red+Green+Blue) = 1+197+11=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 197 (77.34% from 255 or 94.26% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 197 - color contains mainly: green. Hex color #01C50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C50B is #FE3AF4. Grayscale: #757575. Windows color (decimal): -16661237 or 771329. OLE color: 771329.

HSL color Cylindrical-coordinate representation of color #01C50B: hue angle of 123.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C50B is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 197 11 -
CMYK 0.99 0 0.94 0.23
HSL 123.06º 0.99% 0.39% -
HSV(B) 123.06º 0.99% 0.77% -
XYZ 20.04 39.96 6.97 -
YUV 117.19 68.07 45.12 -
System Red Green Blue C M Y K H S L
Decimal 1 197 11 0.99 0 0.94 0.23 123.06 0.99 0.39
Hex 1 C5 B 63 0 5E 17 7B 63 27
Octal 1 305 13 143 0 136 27 173 143 47
Binary 1 11000101 1011 1100011 0 1011110 10111 1111011 1100011 100111

Color Harmonies of #01C50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C50B

Black with #01C50B

Text Example


Text Example

White with #01C50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C50B; }

 p { color: rgb(1,197,11); }

 H1.HeaderClassName
 {
   color: #01C50B;
 }
 .AnyTagClassName
 {
   color: #01C50B;
 }
</style>

background-color css

<style>
 a { background-color: #01C50B; }

 a { background-color: rgb(1,197,11); }

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

border-color css

<style>
 span { border-color: #01C50B; }

 span { border-color: rgb(1,197,11); }

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