#6EA201

Color #6EA201 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6EA201

Tints of Christi #6EA201

Color information

#6EA201 (or 0x6EA201) is unknown color: approx Christi. HEX triplet: 6E, A2 and 01. RGB value is (110,162,1). Sum of RGB (Red+Green+Blue) = 110+162+1=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA201 is #915DFE. Grayscale: #808080. Windows color (decimal): -9526783 or 107118. OLE color: 107118.

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

Color convert

RGB1101621-
CMYK0.3200.990.36
HSL79.38º98.77%31.96%-
HSV(B)79.38º99.38%63.53%-
XYZ19.3629.164.64-
YUV128.156.27115.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=40.29%
G=59.34%
B=0.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11016210.3200.990.3679.3898.7731.96
Hex6EA2120063244f6320
Octal15624214001434411714340
Binary11011101010001011000000110001110010010011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA201; }

 p { color: rgb(110,162,1); }

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

<style>
 a { background-color: #6EA201; }

 a { background-color: rgb(110,162,1); }

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

<style>
 span { border-color: #6EA201; }

 span { border-color: rgb(110,162,1); }

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