#69AE20

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

Shades of Christi #69AE20

Tints of Christi #69AE20

Color information

#69AE20 (or 0x69AE20) is unknown color: approx Christi. HEX triplet: 69, AE and 20. RGB value is (105,174,32). Sum of RGB (Red+Green+Blue) = 105+174+32=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE20 is #9651DF. Grayscale: #898989. Windows color (decimal): -9851360 or 2141801. OLE color: 2141801.

HSL color Cylindrical-coordinate representation of color #69AE20: hue angle of 89.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69AE20 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB10517432-
CMYK0.4000.820.32
HSL89.15º68.93%40.39%-
HSV(B)89.15º81.61%68.24%-
XYZ21.2233.386.69-
YUV137.1868.64105.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 32 (12.89% from 255) = 10.29%
R=33.76%
G=55.95%
B=10.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174320.4000.820.3289.1568.9340.39
Hex69AE202805220594528
Octal151256405001224013110550
Binary1101001101011101000001010000101001010000010110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AE20; }

 p { color: rgb(105,174,32); }

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

<style>
 a { background-color: #69AE20; }

 a { background-color: rgb(105,174,32); }

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

<style>
 span { border-color: #69AE20; }

 span { border-color: rgb(105,174,32); }

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