Html Css Color HEX #A2F90E Spring Bud

📋 copy color: '#A2F90E'

red 162 ◦ green 249 ◦ blue 14

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

Shades of Spring Bud #A2F90E

Tints of Spring Bud #A2F90E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.59%

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 38.12%
G = 58.59%
B = 3.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#A2F90E (or 0xA2F90E) is known color: Spring Bud. HEX triplet: A2, F9 and 0E. RGB value is (162,249,14). Sum of RGB (Red+Green+Blue) = 162+249+14=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F90E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F90E is #5D06F1. Grayscale: #C5C5C5. Windows color (decimal): -6096626 or 981410. OLE color: 981410.

HSL color Cylindrical-coordinate representation of color #A2F90E: hue angle of 82.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2F90E is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 14 -
CMYK 0.35 0 0.94 0.02
HSL 82.21º 0.95% 0.52% -
HSV(B) 82.21º 0.94% 0.98% -
XYZ 48.86 75.46 12.41 -
YUV 196.2 25.18 103.61 -
System Red Green Blue C M Y K H S L
Decimal 162 249 14 0.35 0 0.94 0.02 82.21 0.95 0.52
Hex A2 F9 E 23 0 5E 2 52 5F 34
Octal 242 371 16 43 0 136 2 122 137 64
Binary 10100010 11111001 1110 100011 0 1011110 10 1010010 1011111 110100

Color Harmonies of #A2F90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F90E

Black with #A2F90E

Text Example


Text Example

White with #A2F90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F90E; }

 p { color: rgb(162,249,14); }

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

background-color css

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

 a { background-color: rgb(162,249,14); }

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

border-color css

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

 span { border-color: rgb(162,249,14); }

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