#6DAE01

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

Shades of Christi #6DAE01

Tints of Christi #6DAE01

Color information

#6DAE01 (or 0x6DAE01) is unknown color: approx Christi. HEX triplet: 6D, AE and 01. RGB value is (109,174,1). Sum of RGB (Red+Green+Blue) = 109+174+1=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE01 is #9251FE. Grayscale: #878787. Windows color (decimal): -9589247 or 110189. OLE color: 110189.

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

Color convert

RGB1091741-
CMYK0.3700.990.32
HSL82.54º98.86%34.31%-
HSV(B)82.54º99.43%68.24%-
XYZ21.4533.535.37-
YUV134.8452.47109.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 174 (68.36% from 255) = 61.27%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=38.38%
G=61.27%
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.32
SystemRedGreenBlueCMYKHSL
Decimal10917410.3700.990.3282.5498.8634.31
Hex6DAE12506320536322
Octal15525614501434012314342
Binary11011011010111011001010110001110000010100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,174,1); }

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

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

 a { background-color: rgb(109,174,1); }

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

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

 span { border-color: rgb(109,174,1); }

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