Html Css Color HEX #A7F002 Spring Bud

📋 copy color: '#A7F002'

red 167 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #A7F002

Tints of Spring Bud #A7F002

RGB

 RED value IS 167 (65.63% from 255) = 40.83%

 GREEN value IS 240 (94.14% from 255) = 58.68%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 40.83%
G = 58.68%
B = 0.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#A7F002 (or 0xA7F002) is known color: Spring Bud. HEX triplet: A7, F0 and 02. RGB value is (167,240,2). Sum of RGB (Red+Green+Blue) = 167+240+2=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F002 is #580FFD. Grayscale: #BFBFBF. Windows color (decimal): -5771262 or 192679. OLE color: 192679.

HSL color Cylindrical-coordinate representation of color #A7F002: hue angle of 78.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7F002 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 240 2 -
CMYK 0.30 0 0.99 0.06
HSL 78.4º 0.98% 0.47% -
HSV(B) 78.4º 0.99% 0.94% -
XYZ 47.11 70.54 11.19 -
YUV 191.04 21.32 110.85 -
System Red Green Blue C M Y K H S L
Decimal 167 240 2 0.30 0 0.99 0.06 78.4 0.98 0.47
Hex A7 F0 2 1E 0 63 6 4E 62 2F
Octal 247 360 2 36 0 143 6 116 142 57
Binary 10100111 11110000 10 11110 0 1100011 110 1001110 1100010 101111

Color Harmonies of #A7F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F002

Black with #A7F002

Text Example


Text Example

White with #A7F002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F002; }

 p { color: rgb(167,240,2); }

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

background-color css

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

 a { background-color: rgb(167,240,2); }

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

border-color css

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

 span { border-color: rgb(167,240,2); }

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