#69AE18

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

Shades of Christi #69AE18

Tints of Christi #69AE18

Color information

#69AE18 (or 0x69AE18) is unknown color: approx Christi. HEX triplet: 69, AE and 18. RGB value is (105,174,24). Sum of RGB (Red+Green+Blue) = 105+174+24=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AE18 is #9651E7. Grayscale: #888888. Windows color (decimal): -9851368 or 1617513. OLE color: 1617513.

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

Color convert

RGB10517424-
CMYK0.4000.860.32
HSL87.6º75.76%38.82%-
HSV(B)87.6º86.21%68.24%-
XYZ21.1333.346.19-
YUV136.2764.64105.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 174 (68.36% from 255) = 57.43%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=34.65%
G=57.43%
B=7.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174240.4000.860.3287.675.7638.82
Hex69AE182805620584c27
Octal151256305001264013011447
Binary110100110101110110001010000101011010000010110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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