#69af00

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

Shades of Christi #69AF00

Tints of Christi #69AF00

Color information

#69AF00 (or 0x69AF00) is unknown color: approx Christi. HEX triplet: 69, AF and 00. RGB value is (105,175,0). Sum of RGB (Red+Green+Blue) = 105+175+0=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AF00 is #9650FF. Grayscale: #868686. Windows color (decimal): -9851136 or 44905. OLE color: 44905.

HSL color Cylindrical-coordinate representation of color #69AF00: hue angle of 84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69AF00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1051750-
CMYK0.40010.31
HSL84º100%34.31%-
HSV(B)84º100%68.63%-
XYZ21.1633.665.38-
YUV134.1252.31107.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 62.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.5%
G=62.5%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10517500.40010.318410034.31
Hex69AF0280641F546422
Octal15125705001443712414442
Binary1101001101011110101000011001001111110101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69af00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,0); }

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

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

 a { background-color: rgb(105,175,0); }

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

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

 span { border-color: rgb(105,175,0); }

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