Html Css Color HEX #01C308 Islamic Green

📋 copy color: '#01C308'

red 1 ◦ green 195 ◦ blue 8

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

Shades of Islamic Green #01C308

Tints of Islamic Green #01C308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 95.59%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 0.49%
G = 95.59%
B = 3.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#01C308 (or 0x01C308) is known color: Islamic Green. HEX triplet: 01, C3 and 08. RGB value is (1,195,8). Sum of RGB (Red+Green+Blue) = 1+195+8=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 195 (76.56% from 255 or 95.59% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 195 - color contains mainly: green. Hex color #01C308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C308 is #FE3CF7. Grayscale: #747474. Windows color (decimal): -16661752 or 574209. OLE color: 574209.

HSL color Cylindrical-coordinate representation of color #01C308: hue angle of 122.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C308 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 8 -
CMYK 0.99 0 0.96 0.24
HSL 122.16º 0.99% 0.38% -
HSV(B) 122.16º 0.99% 0.76% -
XYZ 19.57 39.05 6.74 -
YUV 115.68 67.23 46.21 -
System Red Green Blue C M Y K H S L
Decimal 1 195 8 0.99 0 0.96 0.24 122.16 0.99 0.38
Hex 1 C3 8 63 0 60 18 7A 63 26
Octal 1 303 10 143 0 140 30 172 143 46
Binary 1 11000011 1000 1100011 0 1100000 11000 1111010 1100011 100110

Color Harmonies of #01C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C308

Black with #01C308

Text Example


Text Example

White with #01C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,8); }

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

background-color css

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

 a { background-color: rgb(1,195,8); }

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

border-color css

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

 span { border-color: rgb(1,195,8); }

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