#AFF903

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

Shades of Spring Bud #AFF903

Tints of Spring Bud #AFF903

Color information

#AFF903 (or 0xAFF903) is unknown color: approx Spring Bud. HEX triplet: AF, F9 and 03. RGB value is (175,249,3). Sum of RGB (Red+Green+Blue) = 175+249+3=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF903 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF903 is #5006FC. Grayscale: #C7C7C7. Windows color (decimal): -5244669 or 260527. OLE color: 260527.

HSL color Cylindrical-coordinate representation of color #AFF903: hue angle of 78.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF903 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB1752493-
CMYK0.3000.990.02
HSL78.05º97.62%49.41%-
HSV(B)78.05º98.8%97.65%-
XYZ51.5776.8712.21-
YUV198.8317.48111-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 249 (97.66% from 255) = 58.31%
BLUE value IS 3 (1.56% from 255) = 0.70%
R=40.98%
G=58.31%
B=0.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17524930.3000.990.0278.0597.6249.41
HexAFF931E06324e6231
Octal2573713360143211614261
Binary10101111111110011111110011000111010011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF903; }

 p { color: rgb(175,249,3); }

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

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

 a { background-color: rgb(175,249,3); }

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

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

 span { border-color: rgb(175,249,3); }

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