Html Css Color HEX #A7F970 Feijoa

📋 copy color: '#A7F970'

red 167 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #A7F970

Tints of Feijoa #A7F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.16%

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 31.63%
G = 47.16%
B = 21.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A7F970 (or 0xA7F970) is known color: Feijoa. HEX triplet: A7, F9 and 70. RGB value is (167,249,112). Sum of RGB (Red+Green+Blue) = 167+249+112=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F970 is #58068F. Grayscale: #D1D1D1. Windows color (decimal): -5768848 or 7403943. OLE color: 7403943.

HSL color Cylindrical-coordinate representation of color #A7F970: hue angle of 95.91º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7F970 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 249 112 -
CMYK 0.33 0 0.55 0.02
HSL 95.91º 0.92% 0.71% -
HSV(B) 95.91º 0.55% 0.98% -
XYZ 52.74 77.14 27.44 -
YUV 208.86 73.33 98.14 -
System Red Green Blue C M Y K H S L
Decimal 167 249 112 0.33 0 0.55 0.02 95.91 0.92 0.71
Hex A7 F9 70 21 0 37 2 60 5C 47
Octal 247 371 160 41 0 67 2 140 134 107
Binary 10100111 11111001 1110000 100001 0 110111 10 1100000 1011100 1000111

Color Harmonies of #A7F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F970

Black with #A7F970

Text Example


Text Example

White with #A7F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F970; }

 p { color: rgb(167,249,112); }

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

background-color css

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

 a { background-color: rgb(167,249,112); }

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

border-color css

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

 span { border-color: rgb(167,249,112); }

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