Html Css Color HEX #A5EC82 Feijoa

📋 copy color: '#A5EC82'

red 165 ◦ green 236 ◦ blue 130

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

Shades of Feijoa #A5EC82

Tints of Feijoa #A5EC82

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.44%

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

R = 31.07%
G = 44.44%
B = 24.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#A5EC82 (or 0xA5EC82) is known color: Feijoa. HEX triplet: A5, EC and 82. RGB value is (165,236,130). Sum of RGB (Red+Green+Blue) = 165+236+130=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EC82 is #5A137D. Grayscale: #CBCBCB. Windows color (decimal): -5903230 or 8580261. OLE color: 8580261.

HSL color Cylindrical-coordinate representation of color #A5EC82: hue angle of 100.19º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5EC82 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 130 -
CMYK 0.30 0 0.45 0.07
HSL 100.19º 0.74% 0.72% -
HSV(B) 100.19º 0.45% 0.93% -
XYZ 49.54 69.6 31.94 -
YUV 202.69 86.98 101.12 -
System Red Green Blue C M Y K H S L
Decimal 165 236 130 0.30 0 0.45 0.07 100.19 0.74 0.72
Hex A5 EC 82 1E 0 2D 7 64 4A 48
Octal 245 354 202 36 0 55 7 144 112 110
Binary 10100101 11101100 10000010 11110 0 101101 111 1100100 1001010 1001000

Color Harmonies of #A5EC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC82

Black with #A5EC82

Text Example


Text Example

White with #A5EC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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