Html Css Color HEX #6EA002 Christi

📋 copy color: '#6EA002'

red 110 ◦ green 160 ◦ blue 2

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

Shades of Christi #6EA002

Tints of Christi #6EA002

RGB

 RED value IS 110 (43.36% from 255) = 40.44%

 GREEN value IS 160 (62.89% from 255) = 58.82%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 40.44%
G = 58.82%
B = 0.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#6EA002 (or 0x6EA002) is known color: Christi. HEX triplet: 6E, A0 and 02. RGB value is (110,160,2). Sum of RGB (Red+Green+Blue) = 110+160+2=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA002 is #915FFD. Grayscale: #7F7F7F. Windows color (decimal): -9527294 or 172142. OLE color: 172142.

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

Color convert

RGB 110 160 2 -
CMYK 0.31 0 0.99 0.37
HSL 78.99º 0.98% 0.32% -
HSV(B) 78.99º 0.99% 0.63% -
XYZ 19.01 28.46 4.55 -
YUV 127.04 57.44 115.85 -
System Red Green Blue C M Y K H S L
Decimal 110 160 2 0.31 0 0.99 0.37 78.99 0.98 0.32
Hex 6E A0 2 1F 0 63 25 4F 62 20
Octal 156 240 2 37 0 143 45 117 142 40
Binary 1101110 10100000 10 11111 0 1100011 100101 1001111 1100010 100000

Color Harmonies of #6EA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA002

Black with #6EA002

Text Example


Text Example

White with #6EA002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,160,2); }

 H1.HeaderClassName
 {
   color: #6EA002;
 }
 .AnyTagClassName
 {
   color: #6EA002;
 }
</style>

background-color css

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

 a { background-color: rgb(110,160,2); }

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

border-color css

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

 span { border-color: rgb(110,160,2); }

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