Html Css Color HEX #A2F207 Spring Bud

📋 copy color: '#A2F207'

red 162 ◦ green 242 ◦ blue 7

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

Shades of Spring Bud #A2F207

Tints of Spring Bud #A2F207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.88%

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

R = 39.42%
G = 58.88%
B = 1.7%

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

#A2F207 (or 0xA2F207) is known color: Spring Bud. HEX triplet: A2, F2 and 07. RGB value is (162,242,7). Sum of RGB (Red+Green+Blue) = 162+242+7=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F207 is #5D0DF8. Grayscale: #C0C0C0. Windows color (decimal): -6098425 or 520866. OLE color: 520866.

HSL color Cylindrical-coordinate representation of color #A2F207: hue angle of 80.43º 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 #A2F207 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 7 -
CMYK 0.33 0 0.97 0.05
HSL 80.43º 0.94% 0.49% -
HSV(B) 80.43º 0.97% 0.95% -
XYZ 46.69 71.2 11.48 -
YUV 191.29 24 107.11 -
System Red Green Blue C M Y K H S L
Decimal 162 242 7 0.33 0 0.97 0.05 80.43 0.94 0.49
Hex A2 F2 7 21 0 61 5 50 5E 31
Octal 242 362 7 41 0 141 5 120 136 61
Binary 10100010 11110010 111 100001 0 1100001 101 1010000 1011110 110001

Color Harmonies of #A2F207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F207

Black with #A2F207

Text Example


Text Example

White with #A2F207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F207; }

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

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

background-color css

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

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

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

border-color css

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

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

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