Html Css Color HEX #A2FB07 Spring Bud

📋 copy color: '#A2FB07'

red 162 ◦ green 251 ◦ blue 7

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

Shades of Spring Bud #A2FB07

Tints of Spring Bud #A2FB07

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.76%

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

R = 38.57%
G = 59.76%
B = 1.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#A2FB07 (or 0xA2FB07) is known color: Spring Bud. HEX triplet: A2, FB and 07. RGB value is (162,251,7). Sum of RGB (Red+Green+Blue) = 162+251+7=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FB07 is #5D04F8. Grayscale: #C5C5C5. Windows color (decimal): -6096121 or 523170. OLE color: 523170.

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

Color convert

RGB 162 251 7 -
CMYK 0.35 0 0.97 0.02
HSL 81.89º 0.97% 0.51% -
HSV(B) 81.89º 0.97% 0.98% -
XYZ 49.44 76.69 12.4 -
YUV 196.57 21.01 103.34 -
System Red Green Blue C M Y K H S L
Decimal 162 251 7 0.35 0 0.97 0.02 81.89 0.97 0.51
Hex A2 FB 7 23 0 61 2 52 61 33
Octal 242 373 7 43 0 141 2 122 141 63
Binary 10100010 11111011 111 100011 0 1100001 10 1010010 1100001 110011

Color Harmonies of #A2FB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FB07

Black with #A2FB07

Text Example


Text Example

White with #A2FB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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