#A9FD6D

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

Shades of Sulu #A9FD6D

Tints of Sulu #A9FD6D

Color information

#A9FD6D (or 0xA9FD6D) is unknown color: approx Sulu. HEX triplet: A9, FD and 6D. RGB value is (169,253,109). Sum of RGB (Red+Green+Blue) = 169+253+109=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FD6D is #560292. Grayscale: #D3D3D3. Windows color (decimal): -5636755 or 7208361. OLE color: 7208361.

HSL color Cylindrical-coordinate representation of color #A9FD6D: hue angle of 95º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9FD6D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB169253109-
CMYK0.3300.570.01
HSL95º97.3%70.98%-
HSV(B)95º56.92%99.22%-
XYZ54.2579.7927.01-
YUV211.4770.1797.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 253 (99.22% from 255) = 47.65%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=31.83%
G=47.65%
B=20.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692531090.3300.570.019597.370.98
HexA9FD6D2103915f6147
Octal251375155410711137141107
Binary1010100111111101110110110000101110011101111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FD6D; }

 p { color: rgb(169,253,109); }

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

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

 a { background-color: rgb(169,253,109); }

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

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

 span { border-color: rgb(169,253,109); }

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