Html Css Color HEX #A5EA84 Feijoa

📋 copy color: '#A5EA84'

red 165 ◦ green 234 ◦ blue 132

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

Shades of Feijoa #A5EA84

Tints of Feijoa #A5EA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.07%

 BLUE value IS 132 (51.95% from 255) = 24.86%

R = 31.07%
G = 44.07%
B = 24.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#A5EA84 (or 0xA5EA84) is known color: Feijoa. HEX triplet: A5, EA and 84. RGB value is (165,234,132). Sum of RGB (Red+Green+Blue) = 165+234+132=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EA84 is #5A157B. Grayscale: #CACACA. Windows color (decimal): -5903740 or 8710821. OLE color: 8710821.

HSL color Cylindrical-coordinate representation of color #A5EA84: hue angle of 100.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5EA84 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 132 -
CMYK 0.29 0 0.44 0.08
HSL 100.59º 0.71% 0.72% -
HSV(B) 100.59º 0.44% 0.92% -
XYZ 49.1 68.51 32.47 -
YUV 201.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 165 234 132 0.29 0 0.44 0.08 100.59 0.71 0.72
Hex A5 EA 84 1D 0 2C 8 65 47 48
Octal 245 352 204 35 0 54 10 145 107 110
Binary 10100101 11101010 10000100 11101 0 101100 1000 1100101 1000111 1001000

Color Harmonies of #A5EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA84

Black with #A5EA84

Text Example


Text Example

White with #A5EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA84; }

 p { color: rgb(165,234,132); }

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

background-color css

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

 a { background-color: rgb(165,234,132); }

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

border-color css

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

 span { border-color: rgb(165,234,132); }

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