#AFEE01

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

Shades of Spring Bud #AFEE01

Tints of Spring Bud #AFEE01

Color information

#AFEE01 (or 0xAFEE01) is unknown color: approx Spring Bud. HEX triplet: AF, EE and 01. RGB value is (175,238,1). Sum of RGB (Red+Green+Blue) = 175+238+1=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 238 (93.36% from 255 or 57.49% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEE01 is #5011FE. Grayscale: #C1C1C1. Windows color (decimal): -5247487 or 126639. OLE color: 126639.

HSL color Cylindrical-coordinate representation of color #AFEE01: hue angle of 75.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFEE01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB1752381-
CMYK0.2601.000.07
HSL75.95º99.16%46.86%-
HSV(B)75.95º99.58%93.33%-
XYZ48.2670.2711.05-
YUV192.1420.13115.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 238 (93.36% from 255) = 57.49%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=42.27%
G=57.49%
B=0.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17523810.2601.000.0775.9599.1646.86
HexAFEE11A06474c632f
Octal2573561320144711414357
Binary10101111111011101110100110010011110011001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE01; }

 p { color: rgb(175,238,1); }

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

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

 a { background-color: rgb(175,238,1); }

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

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

 span { border-color: rgb(175,238,1); }

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