Html Css Color HEX #A4F482 Feijoa

📋 copy color: '#A4F482'

red 164 ◦ green 244 ◦ blue 130

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

Shades of Feijoa #A4F482

Tints of Feijoa #A4F482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.35%

 BLUE value IS 130 (51.17% from 255) = 24.16%

R = 30.48%
G = 45.35%
B = 24.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#A4F482 (or 0xA4F482) is known color: Feijoa. HEX triplet: A4, F4 and 82. RGB value is (164,244,130). Sum of RGB (Red+Green+Blue) = 164+244+130=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F482 is #5B0B7D. Grayscale: #CFCFCF. Windows color (decimal): -5966718 or 8582308. OLE color: 8582308.

HSL color Cylindrical-coordinate representation of color #A4F482: hue angle of 102.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4F482 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 244 130 -
CMYK 0.33 0 0.47 0.04
HSL 102.11º 0.84% 0.73% -
HSV(B) 102.11º 0.47% 0.96% -
XYZ 51.69 74.21 32.72 -
YUV 207.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 164 244 130 0.33 0 0.47 0.04 102.11 0.84 0.73
Hex A4 F4 82 21 0 2F 4 66 54 49
Octal 244 364 202 41 0 57 4 146 124 111
Binary 10100100 11110100 10000010 100001 0 101111 100 1100110 1010100 1001001

Color Harmonies of #A4F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F482

Black with #A4F482

Text Example


Text Example

White with #A4F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F482; }

 p { color: rgb(164,244,130); }

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

background-color css

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

 a { background-color: rgb(164,244,130); }

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

border-color css

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

 span { border-color: rgb(164,244,130); }

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