Html Css Color HEX #AFFD0A Spring Bud

📋 copy color: '#AFFD0A'

red 175 ◦ green 253 ◦ blue 10

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

Shades of Spring Bud #AFFD0A

Tints of Spring Bud #AFFD0A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.76%

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

R = 39.95%
G = 57.76%
B = 2.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#AFFD0A (or 0xAFFD0A) is known color: Spring Bud. HEX triplet: AF, FD and 0A. RGB value is (175,253,10). Sum of RGB (Red+Green+Blue) = 175+253+10=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFD0A is #5002F5. Grayscale: #CACACA. Windows color (decimal): -5243638 or 720303. OLE color: 720303.

HSL color Cylindrical-coordinate representation of color #AFFD0A: hue angle of 79.26º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFFD0A is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 10 -
CMYK 0.31 0 0.96 0.01
HSL 79.26º 0.98% 0.52% -
HSV(B) 79.26º 0.96% 0.99% -
XYZ 52.86 79.39 12.82 -
YUV 201.98 19.66 108.76 -
System Red Green Blue C M Y K H S L
Decimal 175 253 10 0.31 0 0.96 0.01 79.26 0.98 0.52
Hex AF FD A 1F 0 60 1 4F 62 34
Octal 257 375 12 37 0 140 1 117 142 64
Binary 10101111 11111101 1010 11111 0 1100000 1 1001111 1100010 110100

Color Harmonies of #AFFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD0A

Black with #AFFD0A

Text Example


Text Example

White with #AFFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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