Html Css Color HEX #A5DF83 Feijoa

📋 copy color: '#A5DF83'

red 165 ◦ green 223 ◦ blue 131

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

Shades of Feijoa #A5DF83

Tints of Feijoa #A5DF83

RGB

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

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

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

R = 31.79%
G = 42.97%
B = 25.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A5DF83 (or 0xA5DF83) is known color: Feijoa. HEX triplet: A5, DF and 83. RGB value is (165,223,131). Sum of RGB (Red+Green+Blue) = 165+223+131=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF83 is #5A207C. Grayscale: #C3C3C3. Windows color (decimal): -5906557 or 8642469. OLE color: 8642469.

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

Color convert

RGB 165 223 131 -
CMYK 0.26 0 0.41 0.13
HSL 97.83º 0.59% 0.69% -
HSV(B) 97.83º 0.41% 0.87% -
XYZ 46 62.41 31.1 -
YUV 195.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 165 223 131 0.26 0 0.41 0.13 97.83 0.59 0.69
Hex A5 DF 83 1A 0 29 D 62 3B 45
Octal 245 337 203 32 0 51 15 142 73 105
Binary 10100101 11011111 10000011 11010 0 101001 1101 1100010 111011 1000101

Color Harmonies of #A5DF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF83

Black with #A5DF83

Text Example


Text Example

White with #A5DF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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