Html Css Color HEX #A2EA07 Spring Bud

📋 copy color: '#A2EA07'

red 162 ◦ green 234 ◦ blue 7

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

Shades of Spring Bud #A2EA07

Tints of Spring Bud #A2EA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.06%

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 40.2%
G = 58.06%
B = 1.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#A2EA07 (or 0xA2EA07) is known color: Spring Bud. HEX triplet: A2, EA and 07. RGB value is (162,234,7). Sum of RGB (Red+Green+Blue) = 162+234+7=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EA07 is #5D15F8. Grayscale: #BBBBBB. Windows color (decimal): -6100473 or 518818. OLE color: 518818.

HSL color Cylindrical-coordinate representation of color #A2EA07: hue angle of 79.03º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2EA07 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 234 7 -
CMYK 0.31 0 0.97 0.08
HSL 79.03º 0.94% 0.47% -
HSV(B) 79.03º 0.97% 0.92% -
XYZ 44.36 66.54 10.71 -
YUV 186.59 26.65 110.46 -
System Red Green Blue C M Y K H S L
Decimal 162 234 7 0.31 0 0.97 0.08 79.03 0.94 0.47
Hex A2 EA 7 1F 0 61 8 4F 5E 2F
Octal 242 352 7 37 0 141 10 117 136 57
Binary 10100010 11101010 111 11111 0 1100001 1000 1001111 1011110 101111

Color Harmonies of #A2EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA07

Black with #A2EA07

Text Example


Text Example

White with #A2EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA07; }

 p { color: rgb(162,234,7); }

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

background-color css

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

 a { background-color: rgb(162,234,7); }

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

border-color css

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

 span { border-color: rgb(162,234,7); }

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