Html Css Color HEX #A5D57D Feijoa

📋 copy color: '#A5D57D'

red 165 ◦ green 213 ◦ blue 125

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

Shades of Feijoa #A5D57D

Tints of Feijoa #A5D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 32.8%
G = 42.35%
B = 24.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#A5D57D (or 0xA5D57D) is known color: Feijoa. HEX triplet: A5, D5 and 7D. RGB value is (165,213,125). Sum of RGB (Red+Green+Blue) = 165+213+125=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D57D is #5A2A82. Grayscale: #BCBCBC. Windows color (decimal): -5909123 or 8246693. OLE color: 8246693.

HSL color Cylindrical-coordinate representation of color #A5D57D: hue angle of 92.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5D57D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 125 -
CMYK 0.23 0 0.41 0.16
HSL 92.73º 0.51% 0.66% -
HSV(B) 92.73º 0.41% 0.84% -
XYZ 43.01 57.07 28.15 -
YUV 188.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 165 213 125 0.23 0 0.41 0.16 92.73 0.51 0.66
Hex A5 D5 7D 17 0 29 10 5D 33 42
Octal 245 325 175 27 0 51 20 135 63 102
Binary 10100101 11010101 1111101 10111 0 101001 10000 1011101 110011 1000010

Color Harmonies of #A5D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D57D

Black with #A5D57D

Text Example


Text Example

White with #A5D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D57D; }

 p { color: rgb(165,213,125); }

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

background-color css

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

 a { background-color: rgb(165,213,125); }

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

border-color css

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

 span { border-color: rgb(165,213,125); }

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