Html Css Color HEX #AFF40A Spring Bud

📋 copy color: '#AFF40A'

red 175 ◦ green 244 ◦ blue 10

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

Shades of Spring Bud #AFF40A

Tints of Spring Bud #AFF40A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.88%

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 40.79%
G = 56.88%
B = 2.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#AFF40A (or 0xAFF40A) is known color: Spring Bud. HEX triplet: AF, F4 and 0A. RGB value is (175,244,10). Sum of RGB (Red+Green+Blue) = 175+244+10=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF40A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF40A is #500BF5. Grayscale: #C5C5C5. Windows color (decimal): -5245942 or 717999. OLE color: 717999.

HSL color Cylindrical-coordinate representation of color #AFF40A: hue angle of 77.69º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFF40A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 10 -
CMYK 0.28 0 0.96 0.04
HSL 77.69º 0.92% 0.5% -
HSV(B) 77.69º 0.96% 0.96% -
XYZ 50.08 73.84 11.9 -
YUV 196.69 22.64 112.53 -
System Red Green Blue C M Y K H S L
Decimal 175 244 10 0.28 0 0.96 0.04 77.69 0.92 0.5
Hex AF F4 A 1C 0 60 4 4E 5C 32
Octal 257 364 12 34 0 140 4 116 134 62
Binary 10101111 11110100 1010 11100 0 1100000 100 1001110 1011100 110010

Color Harmonies of #AFF40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF40A

Black with #AFF40A

Text Example


Text Example

White with #AFF40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF40A; }

 p { color: rgb(175,244,10); }

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

background-color css

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

 a { background-color: rgb(175,244,10); }

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

border-color css

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

 span { border-color: rgb(175,244,10); }

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