#AFF46D

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

Shades of Sulu #AFF46D

Tints of Sulu #AFF46D

Color information

#AFF46D (or 0xAFF46D) is unknown color: approx Sulu. HEX triplet: AF, F4 and 6D. RGB value is (175,244,109). Sum of RGB (Red+Green+Blue) = 175+244+109=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF46D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF46D is #500B92. Grayscale: #D0D0D0. Windows color (decimal): -5245843 or 7206063. OLE color: 7206063.

HSL color Cylindrical-coordinate representation of color #AFF46D: hue angle of 90.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF46D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB175244109-
CMYK0.2800.550.04
HSL90.67º85.99%69.22%-
HSV(B)90.67º55.33%95.69%-
XYZ52.7974.9226.15-
YUV207.9872.14104.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 109 (42.97% from 255) = 20.64%
R=33.14%
G=46.21%
B=20.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441090.2800.550.0490.6785.9969.22
HexAFF46D1C03745b5645
Octal257364155340674133126105
Binary10101111111101001101101111000110111100101101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF46D; }

 p { color: rgb(175,244,109); }

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

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

 a { background-color: rgb(175,244,109); }

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

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

 span { border-color: rgb(175,244,109); }

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