#6EAF01

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

Shades of Christi #6EAF01

Tints of Christi #6EAF01

Color information

#6EAF01 (or 0x6EAF01) is unknown color: approx Christi. HEX triplet: 6E, AF and 01. RGB value is (110,175,1). Sum of RGB (Red+Green+Blue) = 110+175+1=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAF01 is #9150FE. Grayscale: #888888. Windows color (decimal): -9523455 or 110446. OLE color: 110446.

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

Color convert

RGB1101751-
CMYK0.3700.990.31
HSL82.41º98.86%34.51%-
HSV(B)82.41º99.43%68.63%-
XYZ21.7733.985.44-
YUV135.7351.97109.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 175 (68.75% from 255) = 61.19%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=38.46%
G=61.19%
B=0.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11017510.3700.990.3182.4198.8634.51
Hex6EAF1250631F526323
Octal15625714501433712214343
Binary1101110101011111100101011000111111110100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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