Html Css Color HEX #A4F770 Feijoa

📋 copy color: '#A4F770'

red 164 ◦ green 247 ◦ blue 112

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

Shades of Feijoa #A4F770

Tints of Feijoa #A4F770

RGB

 RED value IS 164 (64.45% from 255) = 31.36%

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

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

R = 31.36%
G = 47.23%
B = 21.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#A4F770 (or 0xA4F770) is known color: Feijoa. HEX triplet: A4, F7 and 70. RGB value is (164,247,112). Sum of RGB (Red+Green+Blue) = 164+247+112=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F770 is #5B088F. Grayscale: #CFCFCF. Windows color (decimal): -5965968 or 7403428. OLE color: 7403428.

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

Color convert

RGB 164 247 112 -
CMYK 0.34 0 0.55 0.03
HSL 96.89º 0.89% 0.7% -
HSV(B) 96.89º 0.55% 0.97% -
XYZ 51.5 75.58 27.2 -
YUV 206.79 74.5 97.48 -
System Red Green Blue C M Y K H S L
Decimal 164 247 112 0.34 0 0.55 0.03 96.89 0.89 0.7
Hex A4 F7 70 22 0 37 3 61 59 46
Octal 244 367 160 42 0 67 3 141 131 106
Binary 10100100 11110111 1110000 100010 0 110111 11 1100001 1011001 1000110

Color Harmonies of #A4F770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F770

Black with #A4F770

Text Example


Text Example

White with #A4F770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F770; }

 p { color: rgb(164,247,112); }

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

background-color css

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

 a { background-color: rgb(164,247,112); }

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

border-color css

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

 span { border-color: rgb(164,247,112); }

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