Html Css Color HEX #AFFC16 Spring Bud

📋 copy color: '#AFFC16'

red 175 ◦ green 252 ◦ blue 22

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

Shades of Spring Bud #AFFC16

Tints of Spring Bud #AFFC16

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.12%

 BLUE value IS 22 (8.98% from 255) = 4.9%

R = 38.98%
G = 56.12%
B = 4.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#AFFC16 (or 0xAFFC16) is known color: Spring Bud. HEX triplet: AF, FC and 16. RGB value is (175,252,22). Sum of RGB (Red+Green+Blue) = 175+252+22=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFC16 is #5003E9. Grayscale: #CBCBCB. Windows color (decimal): -5243882 or 1506479. OLE color: 1506479.

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

Color convert

RGB 175 252 22 -
CMYK 0.31 0 0.91 0.01
HSL 80.09º 0.97% 0.54% -
HSV(B) 80.09º 0.91% 0.99% -
XYZ 52.63 78.79 13.19 -
YUV 202.76 25.99 108.2 -
System Red Green Blue C M Y K H S L
Decimal 175 252 22 0.31 0 0.91 0.01 80.09 0.97 0.54
Hex AF FC 16 1F 0 5B 1 50 61 36
Octal 257 374 26 37 0 133 1 120 141 66
Binary 10101111 11111100 10110 11111 0 1011011 1 1010000 1100001 110110

Color Harmonies of #AFFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC16

Black with #AFFC16

Text Example


Text Example

White with #AFFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC16; }

 p { color: rgb(175,252,22); }

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

background-color css

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

 a { background-color: rgb(175,252,22); }

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

border-color css

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

 span { border-color: rgb(175,252,22); }

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