#AFFF7A

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

Shades of Sulu #AFFF7A

Tints of Sulu #AFFF7A

Color information

#AFFF7A (or 0xAFFF7A) is unknown color: approx Sulu. HEX triplet: AF, FF and 7A. RGB value is (175,255,122). Sum of RGB (Red+Green+Blue) = 175+255+122=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF7A is #500085. Grayscale: #D8D8D8. Windows color (decimal): -5243014 or 8060847. OLE color: 8060847.

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

Color convert

RGB175255122-
CMYK0.3100.520
HSL96.09º100%73.92%-
HSV(B)96.09º52.16%100%-
XYZ56.9582.0431.25-
YUV215.927598.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 122 (48.05% from 255) = 22.10%
R=31.70%
G=46.20%
B=22.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551220.3100.52096.0910073.92
HexAFFF7A1F034060644a
Octal257377172370640140144112
Binary101011111111111111110101111101101000110000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF7A; }

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

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

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

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

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

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

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

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