Html Css Color HEX #A8FF0B Spring Bud

📋 copy color: '#A8FF0B'

red 168 ◦ green 255 ◦ blue 11

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

Shades of Spring Bud #A8FF0B

Tints of Spring Bud #A8FF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.53%

R = 38.71%
G = 58.76%
B = 2.53%

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

#A8FF0B (or 0xA8FF0B) is known color: Spring Bud. HEX triplet: A8, FF and 0B. RGB value is (168,255,11). Sum of RGB (Red+Green+Blue) = 168+255+11=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FF0B is #5700F4. Grayscale: #CACACA. Windows color (decimal): -5701877 or 786344. OLE color: 786344.

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

Color convert

RGB 168 255 11 -
CMYK 0.34 0 0.96 0
HSL 81.39º 1% 0.52% -
HSV(B) 81.39º 0.96% 1% -
XYZ 51.97 79.87 12.99 -
YUV 201.17 20.68 104.34 -
System Red Green Blue C M Y K H S L
Decimal 168 255 11 0.34 0 0.96 0 81.39 1 0.52
Hex A8 FF B 22 0 60 0 51 64 34
Octal 250 377 13 42 0 140 0 121 144 64
Binary 10101000 11111111 1011 100010 0 1100000 0 1010001 1100100 110100

Color Harmonies of #A8FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FF0B

Black with #A8FF0B

Text Example


Text Example

White with #A8FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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