Html Css Color HEX #A2F70B Spring Bud

📋 copy color: '#A2F70B'

red 162 ◦ green 247 ◦ blue 11

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

Shades of Spring Bud #A2F70B

Tints of Spring Bud #A2F70B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.81%

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 38.57%
G = 58.81%
B = 2.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#A2F70B (or 0xA2F70B) is known color: Spring Bud. HEX triplet: A2, F7 and 0B. RGB value is (162,247,11). Sum of RGB (Red+Green+Blue) = 162+247+11=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F70B is #5D08F4. Grayscale: #C3C3C3. Windows color (decimal): -6097141 or 784290. OLE color: 784290.

HSL color Cylindrical-coordinate representation of color #A2F70B: hue angle of 81.61º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2F70B is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 247 11 -
CMYK 0.34 0 0.96 0.03
HSL 81.61º 0.94% 0.51% -
HSV(B) 81.61º 0.96% 0.97% -
XYZ 48.22 74.23 12.1 -
YUV 194.68 24.34 104.69 -
System Red Green Blue C M Y K H S L
Decimal 162 247 11 0.34 0 0.96 0.03 81.61 0.94 0.51
Hex A2 F7 B 22 0 60 3 52 5E 33
Octal 242 367 13 42 0 140 3 122 136 63
Binary 10100010 11110111 1011 100010 0 1100000 11 1010010 1011110 110011

Color Harmonies of #A2F70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F70B

Black with #A2F70B

Text Example


Text Example

White with #A2F70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F70B; }

 p { color: rgb(162,247,11); }

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

background-color css

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

 a { background-color: rgb(162,247,11); }

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

border-color css

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

 span { border-color: rgb(162,247,11); }

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