Html Css Color HEX #A5F482 Feijoa

📋 copy color: '#A5F482'

red 165 ◦ green 244 ◦ blue 130

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

Shades of Feijoa #A5F482

Tints of Feijoa #A5F482

RGB

 RED value IS 165 (64.84% from 255) = 30.61%

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

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

R = 30.61%
G = 45.27%
B = 24.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#A5F482 (or 0xA5F482) is known color: Feijoa. HEX triplet: A5, F4 and 82. RGB value is (165,244,130). Sum of RGB (Red+Green+Blue) = 165+244+130=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F482 is #5A0B7D. Grayscale: #CFCFCF. Windows color (decimal): -5901182 or 8582309. OLE color: 8582309.

HSL color Cylindrical-coordinate representation of color #A5F482: hue angle of 101.58º 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 #A5F482 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 130 -
CMYK 0.32 0 0.47 0.04
HSL 101.58º 0.84% 0.73% -
HSV(B) 101.58º 0.47% 0.96% -
XYZ 51.9 74.31 32.73 -
YUV 207.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 165 244 130 0.32 0 0.47 0.04 101.58 0.84 0.73
Hex A5 F4 82 20 0 2F 4 66 54 49
Octal 245 364 202 40 0 57 4 146 124 111
Binary 10100101 11110100 10000010 100000 0 101111 100 1100110 1010100 1001001

Color Harmonies of #A5F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F482

Black with #A5F482

Text Example


Text Example

White with #A5F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F482; }

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

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

background-color css

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

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

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

border-color css

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

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

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