Html Css Color HEX #6EAF14 Christi

📋 copy color: '#6EAF14'

red 110 ◦ green 175 ◦ blue 20

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

Shades of Christi #6EAF14

Tints of Christi #6EAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 36.07%
G = 57.38%
B = 6.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#6EAF14 (or 0x6EAF14) is known color: Christi. HEX triplet: 6E, AF and 14. RGB value is (110,175,20). Sum of RGB (Red+Green+Blue) = 110+175+20=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAF14 is #9150EB. Grayscale: #8A8A8A. Windows color (decimal): -9523436 or 1355630. OLE color: 1355630.

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

Color convert

RGB 110 175 20 -
CMYK 0.37 0 0.89 0.31
HSL 85.16º 0.79% 0.38% -
HSV(B) 85.16º 0.89% 0.69% -
XYZ 21.89 34.03 6.08 -
YUV 137.9 61.47 108.1 -
System Red Green Blue C M Y K H S L
Decimal 110 175 20 0.37 0 0.89 0.31 85.16 0.79 0.38
Hex 6E AF 14 25 0 59 1F 55 4F 26
Octal 156 257 24 45 0 131 37 125 117 46
Binary 1101110 10101111 10100 100101 0 1011001 11111 1010101 1001111 100110

Color Harmonies of #6EAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAF14

Black with #6EAF14

Text Example


Text Example

White with #6EAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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