#AFF769

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

Shades of Sulu #AFF769

Tints of Sulu #AFF769

Color information

#AFF769 (or 0xAFF769) is unknown color: approx Sulu. HEX triplet: AF, F7 and 69. RGB value is (175,247,105). Sum of RGB (Red+Green+Blue) = 175+247+105=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF769 is #500896. Grayscale: #D1D1D1. Windows color (decimal): -5245079 or 6944687. OLE color: 6944687.

HSL color Cylindrical-coordinate representation of color #AFF769: hue angle of 90.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF769 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB175247105-
CMYK0.2900.570.03
HSL90.42º89.87%69.02%-
HSV(B)90.42º57.49%96.86%-
XYZ53.4976.6625.34-
YUV209.2869.15103.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=33.21%
G=46.87%
B=19.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471050.2900.570.0390.4289.8769.02
HexAFF7691D03935a5a45
Octal257367151350713132132105
Binary1010111111110111110100111101011100111101101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF769; }

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

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

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

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

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

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

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

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