Html Css Color HEX #A2F415 Spring Bud

📋 copy color: '#A2F415'

red 162 ◦ green 244 ◦ blue 21

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

Shades of Spring Bud #A2F415

Tints of Spring Bud #A2F415

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.14%

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 37.94%
G = 57.14%
B = 4.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#A2F415 (or 0xA2F415) is known color: Spring Bud. HEX triplet: A2, F4 and 15. RGB value is (162,244,21). Sum of RGB (Red+Green+Blue) = 162+244+21=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F415 is #5D0BEA. Grayscale: #C2C2C2. Windows color (decimal): -6097899 or 1438882. OLE color: 1438882.

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

Color convert

RGB 162 244 21 -
CMYK 0.34 0 0.91 0.04
HSL 82.06º 0.91% 0.52% -
HSV(B) 82.06º 0.91% 0.96% -
XYZ 47.39 72.44 12.19 -
YUV 194.06 30.33 105.13 -
System Red Green Blue C M Y K H S L
Decimal 162 244 21 0.34 0 0.91 0.04 82.06 0.91 0.52
Hex A2 F4 15 22 0 5B 4 52 5B 34
Octal 242 364 25 42 0 133 4 122 133 64
Binary 10100010 11110100 10101 100010 0 1011011 100 1010010 1011011 110100

Color Harmonies of #A2F415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F415

Black with #A2F415

Text Example


Text Example

White with #A2F415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F415; }

 p { color: rgb(162,244,21); }

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

background-color css

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

 a { background-color: rgb(162,244,21); }

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

border-color css

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

 span { border-color: rgb(162,244,21); }

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