Html Css Color HEX #A4FF10 Spring Bud

📋 copy color: '#A4FF10'

red 164 ◦ green 255 ◦ blue 16

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

Shades of Spring Bud #A4FF10

Tints of Spring Bud #A4FF10

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

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

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

R = 37.7%
G = 58.62%
B = 3.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#A4FF10 (or 0xA4FF10) is known color: Spring Bud. HEX triplet: A4, FF and 10. RGB value is (164,255,16). Sum of RGB (Red+Green+Blue) = 164+255+16=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF10 is #5B00EF. Grayscale: #C9C9C9. Windows color (decimal): -5964016 or 1114020. OLE color: 1114020.

HSL color Cylindrical-coordinate representation of color #A4FF10: hue angle of 82.85º 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 #A4FF10 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 16 -
CMYK 0.36 0 0.94 0
HSL 82.85º 1% 0.53% -
HSV(B) 82.85º 0.94% 1% -
XYZ 51.16 79.45 13.13 -
YUV 200.55 23.85 101.93 -
System Red Green Blue C M Y K H S L
Decimal 164 255 16 0.36 0 0.94 0 82.85 1 0.53
Hex A4 FF 10 24 0 5E 0 53 64 35
Octal 244 377 20 44 0 136 0 123 144 65
Binary 10100100 11111111 10000 100100 0 1011110 0 1010011 1100100 110101

Color Harmonies of #A4FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FF10

Black with #A4FF10

Text Example


Text Example

White with #A4FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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