Html Css Color HEX #A8F311 Spring Bud

📋 copy color: '#A8F311'

red 168 ◦ green 243 ◦ blue 17

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

Shades of Spring Bud #A8F311

Tints of Spring Bud #A8F311

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.78%

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 39.25%
G = 56.78%
B = 3.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#A8F311 (or 0xA8F311) is known color: Spring Bud. HEX triplet: A8, F3 and 11. RGB value is (168,243,17). Sum of RGB (Red+Green+Blue) = 168+243+17=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F311 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F311 is #570CEE. Grayscale: #C3C3C3. Windows color (decimal): -5704943 or 1176488. OLE color: 1176488.

HSL color Cylindrical-coordinate representation of color #A8F311: hue angle of 79.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8F311 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 17 -
CMYK 0.31 0 0.93 0.05
HSL 79.91º 0.9% 0.51% -
HSV(B) 79.91º 0.93% 0.95% -
XYZ 48.3 72.47 11.97 -
YUV 194.81 27.65 108.88 -
System Red Green Blue C M Y K H S L
Decimal 168 243 17 0.31 0 0.93 0.05 79.91 0.9 0.51
Hex A8 F3 11 1F 0 5D 5 50 5A 33
Octal 250 363 21 37 0 135 5 120 132 63
Binary 10101000 11110011 10001 11111 0 1011101 101 1010000 1011010 110011

Color Harmonies of #A8F311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F311

Black with #A8F311

Text Example


Text Example

White with #A8F311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F311; }

 p { color: rgb(168,243,17); }

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

background-color css

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

 a { background-color: rgb(168,243,17); }

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

border-color css

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

 span { border-color: rgb(168,243,17); }

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