Html Css Color HEX #6EA201 Christi

📋 copy color: '#6EA201'

red 110 ◦ green 162 ◦ blue 1

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

Shades of Christi #6EA201

Tints of Christi #6EA201

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 value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#6EA201 (or 0x6EA201) is known color: 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

RGB 110 162 1 -
CMYK 0.32 0 0.99 0.36
HSL 79.38º 0.99% 0.32% -
HSV(B) 79.38º 0.99% 0.64% -
XYZ 19.36 29.16 4.64 -
YUV 128.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 110 162 1 0.32 0 0.99 0.36 79.38 0.99 0.32
Hex 6E A2 1 20 0 63 24 4F 63 20
Octal 156 242 1 40 0 143 44 117 143 40
Binary 1101110 10100010 1 100000 0 1100011 100100 1001111 1100011 100000

Color Harmonies of #6EA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA201

Black with #6EA201

Text Example


Text Example

White with #6EA201

Text Example


Text Example

HTML Codes & Css Web 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>