Html Css Color HEX #6EAF20 Christi

📋 copy color: '#6EAF20'

red 110 ◦ green 175 ◦ blue 32

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

Shades of Christi #6EAF20

Tints of Christi #6EAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.21%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 34.7%
G = 55.21%
B = 10.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#6EAF20 (or 0x6EAF20) is known color: Christi. HEX triplet: 6E, AF and 20. RGB value is (110,175,32). Sum of RGB (Red+Green+Blue) = 110+175+32=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF20 is #9150DF. Grayscale: #8B8B8B. Windows color (decimal): -9523424 or 2142062. OLE color: 2142062.

HSL color Cylindrical-coordinate representation of color #6EAF20: hue angle of 87.27º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6EAF20 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 175 32 -
CMYK 0.37 0 0.82 0.31
HSL 87.27º 0.69% 0.41% -
HSV(B) 87.27º 0.82% 0.69% -
XYZ 22.02 34.08 6.78 -
YUV 139.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 110 175 32 0.37 0 0.82 0.31 87.27 0.69 0.41
Hex 6E AF 20 25 0 52 1F 57 45 29
Octal 156 257 40 45 0 122 37 127 105 51
Binary 1101110 10101111 100000 100101 0 1010010 11111 1010111 1000101 101001

Color Harmonies of #6EAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAF20

Black with #6EAF20

Text Example


Text Example

White with #6EAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,32); }

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

background-color css

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

 a { background-color: rgb(110,175,32); }

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

border-color css

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

 span { border-color: rgb(110,175,32); }

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