Html Css Color HEX #AFFF10 Spring Bud

📋 copy color: '#AFFF10'

red 175 ◦ green 255 ◦ blue 16

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

Shades of Spring Bud #AFFF10

Tints of Spring Bud #AFFF10

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

 BLUE value IS 16 (6.64% from 255) = 3.59%

R = 39.24%
G = 57.17%
B = 3.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#AFFF10 (or 0xAFFF10) is known color: Spring Bud. HEX triplet: AF, FF and 10. RGB value is (175,255,16). Sum of RGB (Red+Green+Blue) = 175+255+16=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF10 is #5000EF. Grayscale: #CCCCCC. Windows color (decimal): -5243120 or 1114031. OLE color: 1114031.

HSL color Cylindrical-coordinate representation of color #AFFF10: hue angle of 80.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFFF10 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 16 -
CMYK 0.31 0 0.94 0
HSL 80.08º 1% 0.53% -
HSV(B) 80.08º 0.94% 1% -
XYZ 53.53 80.67 13.24 -
YUV 203.83 22 107.43 -
System Red Green Blue C M Y K H S L
Decimal 175 255 16 0.31 0 0.94 0 80.08 1 0.53
Hex AF FF 10 1F 0 5E 0 50 64 35
Octal 257 377 20 37 0 136 0 120 144 65
Binary 10101111 11111111 10000 11111 0 1011110 0 1010000 1100100 110101

Color Harmonies of #AFFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF10

Black with #AFFF10

Text Example


Text Example

White with #AFFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF10; }

 p { color: rgb(175,255,16); }

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

background-color css

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

 a { background-color: rgb(175,255,16); }

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

border-color css

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

 span { border-color: rgb(175,255,16); }

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