Html Css Color HEX #AFF80A Spring Bud

📋 copy color: '#AFF80A'

red 175 ◦ green 248 ◦ blue 10

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

Shades of Spring Bud #AFF80A

Tints of Spring Bud #AFF80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.27%

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

R = 40.42%
G = 57.27%
B = 2.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#AFF80A (or 0xAFF80A) is known color: Spring Bud. HEX triplet: AF, F8 and 0A. RGB value is (175,248,10). Sum of RGB (Red+Green+Blue) = 175+248+10=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF80A is #5007F5. Grayscale: #C7C7C7. Windows color (decimal): -5244918 or 719023. OLE color: 719023.

HSL color Cylindrical-coordinate representation of color #AFF80A: hue angle of 78.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFF80A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 10 -
CMYK 0.29 0 0.96 0.03
HSL 78.4º 0.94% 0.51% -
HSV(B) 78.4º 0.96% 0.97% -
XYZ 51.3 76.27 12.31 -
YUV 199.04 21.32 110.85 -
System Red Green Blue C M Y K H S L
Decimal 175 248 10 0.29 0 0.96 0.03 78.4 0.94 0.51
Hex AF F8 A 1D 0 60 3 4E 5E 33
Octal 257 370 12 35 0 140 3 116 136 63
Binary 10101111 11111000 1010 11101 0 1100000 11 1001110 1011110 110011

Color Harmonies of #AFF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF80A

Black with #AFF80A

Text Example


Text Example

White with #AFF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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