Html Css Color HEX #AFF901 Spring Bud

📋 copy color: '#AFF901'

red 175 ◦ green 249 ◦ blue 1

#AFF901
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #AFF901

Tints of Spring Bud #AFF901

RGB

 RED value IS 175 (68.75% from 255) = 41.18%

 GREEN value IS 249 (97.66% from 255) = 58.59%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 41.18%
G = 58.59%
B = 0.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#AFF901 (or 0xAFF901) is known color: Spring Bud. HEX triplet: AF, F9 and 01. RGB value is (175,249,1). Sum of RGB (Red+Green+Blue) = 175+249+1=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF901 is #5006FE. Grayscale: #C7C7C7. Windows color (decimal): -5244671 or 129455. OLE color: 129455.

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

Color convert

RGB 175 249 1 -
CMYK 0.30 0 1.00 0.02
HSL 77.9º 0.99% 0.49% -
HSV(B) 77.9º 1% 0.98% -
XYZ 51.56 76.87 12.15 -
YUV 198.6 16.48 111.17 -
System Red Green Blue C M Y K H S L
Decimal 175 249 1 0.30 0 1.00 0.02 77.9 0.99 0.49
Hex AF F9 1 1E 0 64 2 4E 63 31
Octal 257 371 1 36 0 144 2 116 143 61
Binary 10101111 11111001 1 11110 0 1100100 10 1001110 1100011 110001

Color Harmonies of #AFF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF901

Black with #AFF901

Text Example


Text Example

White with #AFF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF901; }

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

 H1.HeaderClassName
 {
   color: #AFF901;
 }
 .AnyTagClassName
 {
   color: #AFF901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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