#9AFD1F

Color #9AFD1F Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #9AFD1F

Tints of Green Yellow #9AFD1F

Color information

#9AFD1F (or 0x9AFD1F) is unknown color: approx Green Yellow. HEX triplet: 9A, FD and 1F. RGB value is (154,253,31). Sum of RGB (Red+Green+Blue) = 154+253+31=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFD1F is #6502E0. Grayscale: #C6C6C6. Windows color (decimal): -6619873 or 2096538. OLE color: 2096538.

HSL color Cylindrical-coordinate representation of color #9AFD1F: hue angle of 86.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AFD1F is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB15425331-
CMYK0.3900.880.01
HSL86.76º98.23%55.69%-
HSV(B)86.76º87.75%99.22%-
XYZ48.777.2213.63-
YUV198.0933.796.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 253 (99.22% from 255) = 57.76%
BLUE value IS 31 (12.5% from 255) = 7.08%
R=35.16%
G=57.76%
B=7.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154253310.3900.880.0186.7698.2355.69
Hex9AFD1F270581576238
Octal23237537470130112714270
Binary10011010111111011111110011101011000110101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFD1F; }

 p { color: rgb(154,253,31); }

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

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

 a { background-color: rgb(154,253,31); }

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

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

 span { border-color: rgb(154,253,31); }

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