Html Css Color HEX #A5E083 Feijoa

📋 copy color: '#A5E083'

red 165 ◦ green 224 ◦ blue 131

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

Shades of Feijoa #A5E083

Tints of Feijoa #A5E083

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.08%

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 31.73%
G = 43.08%
B = 25.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#A5E083 (or 0xA5E083) is known color: Feijoa. HEX triplet: A5, E0 and 83. RGB value is (165,224,131). Sum of RGB (Red+Green+Blue) = 165+224+131=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E083 is #5A1F7C. Grayscale: #C4C4C4. Windows color (decimal): -5906301 or 8642725. OLE color: 8642725.

HSL color Cylindrical-coordinate representation of color #A5E083: hue angle of 98.06º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E083 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 131 -
CMYK 0.26 0 0.42 0.12
HSL 98.06º 0.6% 0.7% -
HSV(B) 98.06º 0.42% 0.88% -
XYZ 46.27 62.95 31.18 -
YUV 195.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 165 224 131 0.26 0 0.42 0.12 98.06 0.6 0.7
Hex A5 E0 83 1A 0 2A C 62 3C 46
Octal 245 340 203 32 0 52 14 142 74 106
Binary 10100101 11100000 10000011 11010 0 101010 1100 1100010 111100 1000110

Color Harmonies of #A5E083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E083

Black with #A5E083

Text Example


Text Example

White with #A5E083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E083; }

 p { color: rgb(165,224,131); }

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

background-color css

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

 a { background-color: rgb(165,224,131); }

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

border-color css

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

 span { border-color: rgb(165,224,131); }

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