Html Css Color HEX #A8FF0A Spring Bud

📋 copy color: '#A8FF0A'

red 168 ◦ green 255 ◦ blue 10

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

Shades of Spring Bud #A8FF0A

Tints of Spring Bud #A8FF0A

RGB

 RED value IS 168 (66.02% from 255) = 38.8%

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

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

R = 38.8%
G = 58.89%
B = 2.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#A8FF0A (or 0xA8FF0A) is known color: Spring Bud. HEX triplet: A8, FF and 0A. RGB value is (168,255,10). Sum of RGB (Red+Green+Blue) = 168+255+10=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FF0A is #5700F5. Grayscale: #C9C9C9. Windows color (decimal): -5701878 or 720808. OLE color: 720808.

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

Color convert

RGB 168 255 10 -
CMYK 0.34 0 0.96 0
HSL 81.31º 1% 0.52% -
HSV(B) 81.31º 0.96% 1% -
XYZ 51.96 79.87 12.96 -
YUV 201.06 20.18 104.42 -
System Red Green Blue C M Y K H S L
Decimal 168 255 10 0.34 0 0.96 0 81.31 1 0.52
Hex A8 FF A 22 0 60 0 51 64 34
Octal 250 377 12 42 0 140 0 121 144 64
Binary 10101000 11111111 1010 100010 0 1100000 0 1010001 1100100 110100

Color Harmonies of #A8FF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FF0A

Black with #A8FF0A

Text Example


Text Example

White with #A8FF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FF0A; }

 p { color: rgb(168,255,10); }

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

background-color css

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

 a { background-color: rgb(168,255,10); }

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

border-color css

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

 span { border-color: rgb(168,255,10); }

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