Html Css Color HEX #A7FF10 Spring Bud

📋 copy color: '#A7FF10'

red 167 ◦ green 255 ◦ blue 16

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

Shades of Spring Bud #A7FF10

Tints of Spring Bud #A7FF10

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

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

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

R = 38.13%
G = 58.22%
B = 3.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#A7FF10 (or 0xA7FF10) is known color: Spring Bud. HEX triplet: A7, FF and 10. RGB value is (167,255,16). Sum of RGB (Red+Green+Blue) = 167+255+16=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7FF10 is #5800EF. Grayscale: #CACACA. Windows color (decimal): -5767408 or 1114023. OLE color: 1114023.

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

Color convert

RGB 167 255 16 -
CMYK 0.35 0 0.94 0
HSL 82.09º 1% 0.53% -
HSV(B) 82.09º 0.94% 1% -
XYZ 51.79 79.77 13.16 -
YUV 201.44 23.35 103.43 -
System Red Green Blue C M Y K H S L
Decimal 167 255 16 0.35 0 0.94 0 82.09 1 0.53
Hex A7 FF 10 23 0 5E 0 52 64 35
Octal 247 377 20 43 0 136 0 122 144 65
Binary 10100111 11111111 10000 100011 0 1011110 0 1010010 1100100 110101

Color Harmonies of #A7FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FF10

Black with #A7FF10

Text Example


Text Example

White with #A7FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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