Html Css Color HEX #06C310 Islamic Green

📋 copy color: '#06C310'

red 6 ◦ green 195 ◦ blue 16

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

Shades of Islamic Green #06C310

Tints of Islamic Green #06C310

RGB

 RED value IS 6 (2.73% from 255) = 2.76%

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

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

R = 2.76%
G = 89.86%
B = 7.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#06C310 (or 0x06C310) is known color: Islamic Green. HEX triplet: 06, C3 and 10. RGB value is (6,195,16). Sum of RGB (Red+Green+Blue) = 6+195+16=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 195 (76.56% from 255 or 89.86% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 195 - color contains mainly: green. Hex color #06C310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C310 is #F93CEF. Grayscale: #767676. Windows color (decimal): -16334064 or 1098502. OLE color: 1098502.

HSL color Cylindrical-coordinate representation of color #06C310: hue angle of 123.17º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C310 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 195 16 -
CMYK 0.97 0 0.92 0.24
HSL 123.17º 0.94% 0.39% -
HSV(B) 123.17º 0.97% 0.76% -
XYZ 19.68 39.11 7 -
YUV 118.08 70.38 48.05 -
System Red Green Blue C M Y K H S L
Decimal 6 195 16 0.97 0 0.92 0.24 123.17 0.94 0.39
Hex 6 C3 10 61 0 5C 18 7B 5E 27
Octal 6 303 20 141 0 134 30 173 136 47
Binary 110 11000011 10000 1100001 0 1011100 11000 1111011 1011110 100111

Color Harmonies of #06C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C310

Black with #06C310

Text Example


Text Example

White with #06C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C310; }

 p { color: rgb(6,195,16); }

 H1.HeaderClassName
 {
   color: #06C310;
 }
 .AnyTagClassName
 {
   color: #06C310;
 }
</style>

background-color css

<style>
 a { background-color: #06C310; }

 a { background-color: rgb(6,195,16); }

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

border-color css

<style>
 span { border-color: #06C310; }

 span { border-color: rgb(6,195,16); }

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