Html Css Color HEX #A5DF72 Feijoa

📋 copy color: '#A5DF72'

red 165 ◦ green 223 ◦ blue 114

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

Shades of Feijoa #A5DF72

Tints of Feijoa #A5DF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 32.87%
G = 44.42%
B = 22.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#A5DF72 (or 0xA5DF72) is known color: Feijoa. HEX triplet: A5, DF and 72. RGB value is (165,223,114). Sum of RGB (Red+Green+Blue) = 165+223+114=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF72 is #5A208D. Grayscale: #C1C1C1. Windows color (decimal): -5906574 or 7528357. OLE color: 7528357.

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

Color convert

RGB 165 223 114 -
CMYK 0.26 0 0.49 0.13
HSL 91.93º 0.63% 0.66% -
HSV(B) 91.93º 0.49% 0.87% -
XYZ 44.94 61.99 25.52 -
YUV 193.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 165 223 114 0.26 0 0.49 0.13 91.93 0.63 0.66
Hex A5 DF 72 1A 0 31 D 5C 3F 42
Octal 245 337 162 32 0 61 15 134 77 102
Binary 10100101 11011111 1110010 11010 0 110001 1101 1011100 111111 1000010

Color Harmonies of #A5DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF72

Black with #A5DF72

Text Example


Text Example

White with #A5DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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