#69AE1D

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

Shades of Christi #69AE1D

Tints of Christi #69AE1D

Color information

#69AE1D (or 0x69AE1D) is unknown color: approx Christi. HEX triplet: 69, AE and 1D. RGB value is (105,174,29). Sum of RGB (Red+Green+Blue) = 105+174+29=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE1D is #9651E2. Grayscale: #898989. Windows color (decimal): -9851363 or 1945193. OLE color: 1945193.

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

Color convert

RGB10517429-
CMYK0.4000.830.32
HSL88.55º71.43%39.8%-
HSV(B)88.55º83.33%68.24%-
XYZ21.1833.366.49-
YUV136.8467.14105.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 29 (11.72% from 255) = 9.42%
R=34.09%
G=56.49%
B=9.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174290.4000.830.3288.5571.4339.8
Hex69AE1D2805320594728
Octal151256355001234013110750
Binary110100110101110111011010000101001110000010110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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