Html Css Color HEX #A5DF7E Feijoa

📋 copy color: '#A5DF7E'

red 165 ◦ green 223 ◦ blue 126

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

Shades of Feijoa #A5DF7E

Tints of Feijoa #A5DF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 32.1%
G = 43.39%
B = 24.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A5DF7E (or 0xA5DF7E) is known color: Feijoa. HEX triplet: A5, DF and 7E. RGB value is (165,223,126). Sum of RGB (Red+Green+Blue) = 165+223+126=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF7E is #5A2081. Grayscale: #C2C2C2. Windows color (decimal): -5906562 or 8314789. OLE color: 8314789.

HSL color Cylindrical-coordinate representation of color #A5DF7E: hue angle of 95.88º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5DF7E is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 126 -
CMYK 0.26 0 0.43 0.13
HSL 95.88º 0.6% 0.68% -
HSV(B) 95.88º 0.43% 0.87% -
XYZ 45.67 62.28 29.35 -
YUV 194.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 165 223 126 0.26 0 0.43 0.13 95.88 0.6 0.68
Hex A5 DF 7E 1A 0 2B D 60 3C 44
Octal 245 337 176 32 0 53 15 140 74 104
Binary 10100101 11011111 1111110 11010 0 101011 1101 1100000 111100 1000100

Color Harmonies of #A5DF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF7E

Black with #A5DF7E

Text Example


Text Example

White with #A5DF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF7E; }

 p { color: rgb(165,223,126); }

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

background-color css

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

 a { background-color: rgb(165,223,126); }

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

border-color css

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

 span { border-color: rgb(165,223,126); }

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