Html Css Color HEX #A5DF6F Feijoa

📋 copy color: '#A5DF6F'

red 165 ◦ green 223 ◦ blue 111

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

Shades of Feijoa #A5DF6F

Tints of Feijoa #A5DF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.24%

R = 33.07%
G = 44.69%
B = 22.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A5DF6F (or 0xA5DF6F) is known color: Feijoa. HEX triplet: A5, DF and 6F. RGB value is (165,223,111). Sum of RGB (Red+Green+Blue) = 165+223+111=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF6F is #5A2090. Grayscale: #C1C1C1. Windows color (decimal): -5906577 or 7331749. OLE color: 7331749.

HSL color Cylindrical-coordinate representation of color #A5DF6F: hue angle of 91.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5DF6F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 111 -
CMYK 0.26 0 0.50 0.13
HSL 91.07º 0.64% 0.65% -
HSV(B) 91.07º 0.5% 0.87% -
XYZ 44.77 61.92 24.63 -
YUV 192.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 165 223 111 0.26 0 0.50 0.13 91.07 0.64 0.65
Hex A5 DF 6F 1A 0 32 D 5B 40 41
Octal 245 337 157 32 0 62 15 133 100 101
Binary 10100101 11011111 1101111 11010 0 110010 1101 1011011 1000000 1000001

Color Harmonies of #A5DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF6F

Black with #A5DF6F

Text Example


Text Example

White with #A5DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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