#AFF97E

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

Shades of Sulu #AFF97E

Tints of Sulu #AFF97E

Color information

#AFF97E (or 0xAFF97E) is unknown color: approx Sulu. HEX triplet: AF, F9 and 7E. RGB value is (175,249,126). Sum of RGB (Red+Green+Blue) = 175+249+126=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF97E is #500681. Grayscale: #D5D5D5. Windows color (decimal): -5244546 or 8321455. OLE color: 8321455.

HSL color Cylindrical-coordinate representation of color #AFF97E: hue angle of 96.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF97E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB175249126-
CMYK0.3000.490.02
HSL96.1º91.11%73.53%-
HSV(B)96.1º49.4%97.65%-
XYZ55.3278.3731.95-
YUV212.8578.98101-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 126 (49.61% from 255) = 22.91%
R=31.82%
G=45.27%
B=22.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491260.3000.490.0296.191.1173.53
HexAFF97E1E0312605b4a
Octal257371176360612140133112
Binary1010111111111001111111011110011000110110000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF97E; }

 p { color: rgb(175,249,126); }

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

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

 a { background-color: rgb(175,249,126); }

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

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

 span { border-color: rgb(175,249,126); }

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