Html Css Color HEX #A2F308 Spring Bud

📋 copy color: '#A2F308'

red 162 ◦ green 243 ◦ blue 8

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

Shades of Spring Bud #A2F308

Tints of Spring Bud #A2F308

RGB

 RED value IS 162 (63.67% from 255) = 39.23%

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 39.23%
G = 58.84%
B = 1.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A2F308 (or 0xA2F308) is known color: Spring Bud. HEX triplet: A2, F3 and 08. RGB value is (162,243,8). Sum of RGB (Red+Green+Blue) = 162+243+8=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 243 (95.31% from 255 or 58.84% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F308 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F308 is #5D0CF7. Grayscale: #C0C0C0. Windows color (decimal): -6098168 or 586658. OLE color: 586658.

HSL color Cylindrical-coordinate representation of color #A2F308: hue angle of 80.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2F308 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 243 8 -
CMYK 0.33 0 0.97 0.05
HSL 80.68º 0.94% 0.49% -
HSV(B) 80.68º 0.97% 0.95% -
XYZ 46.99 71.8 11.61 -
YUV 191.99 24.16 106.61 -
System Red Green Blue C M Y K H S L
Decimal 162 243 8 0.33 0 0.97 0.05 80.68 0.94 0.49
Hex A2 F3 8 21 0 61 5 51 5E 31
Octal 242 363 10 41 0 141 5 121 136 61
Binary 10100010 11110011 1000 100001 0 1100001 101 1010001 1011110 110001

Color Harmonies of #A2F308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F308

Black with #A2F308

Text Example


Text Example

White with #A2F308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F308; }

 p { color: rgb(162,243,8); }

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

background-color css

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

 a { background-color: rgb(162,243,8); }

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

border-color css

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

 span { border-color: rgb(162,243,8); }

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