#AFFE7A

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

Shades of Sulu #AFFE7A

Tints of Sulu #AFFE7A

Color information

#AFFE7A (or 0xAFFE7A) is unknown color: approx Sulu. HEX triplet: AF, FE and 7A. RGB value is (175,254,122). Sum of RGB (Red+Green+Blue) = 175+254+122=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE7A is #500185. Grayscale: #D7D7D7. Windows color (decimal): -5243270 or 8060591. OLE color: 8060591.

HSL color Cylindrical-coordinate representation of color #AFFE7A: hue angle of 95.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFFE7A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB175254122-
CMYK0.3100.520.00
HSL95.91º98.51%73.73%-
HSV(B)95.91º51.97%99.61%-
XYZ56.6381.431.14-
YUV215.3375.3399.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 254 (99.61% from 255) = 46.10%
BLUE value IS 122 (48.05% from 255) = 22.14%
R=31.76%
G=46.10%
B=22.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541220.3100.520.0095.9198.5173.73
HexAFFE7A1F034060634a
Octal257376172370640140143112
Binary101011111111111011110101111101101000110000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE7A; }

 p { color: rgb(175,254,122); }

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

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

 a { background-color: rgb(175,254,122); }

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

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

 span { border-color: rgb(175,254,122); }

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