#06C900

Color #06C900 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #06C900

Tints of Islamic Green #06C900

Color information

#06C900 (or 0x06C900) is unknown color: approx Islamic Green. HEX triplet: 06, C9 and 00. RGB value is (6,201,0). Sum of RGB (Red+Green+Blue) = 6+201+0=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 201 (78.91% from 255 or 97.10% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 201 - color contains mainly: green. Hex color #06C900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C900 is #F936FF. Grayscale: #787878. Windows color (decimal): -16332544 or 51462. OLE color: 51462.

HSL color Cylindrical-coordinate representation of color #06C900: hue angle of 118.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06C900 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB62010-
CMYK0.97010.21
HSL118.21º100%39.41%-
HSV(B)118.21º100%78.82%-
XYZ20.9641.816.97-
YUV119.7860.446.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 201 (78.91% from 255) = 97.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.90%
G=97.10%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal620100.97010.21118.2110039.41
Hex6C906106415766427
Octal6311014101442516614447
Binary1101100100101100001011001001010111101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,201,0); }

 H1.HeaderClassName
 {
   color: #06C900;
 }
 .AnyTagClassName
 {
   color: #06C900;
 }
</style>
background-color css

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

 a { background-color: rgb(6,201,0); }

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

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

 span { border-color: rgb(6,201,0); }

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