Html Css Color HEX #A8DF83 Feijoa

📋 copy color: '#A8DF83'

red 168 ◦ green 223 ◦ blue 131

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

Shades of Feijoa #A8DF83

Tints of Feijoa #A8DF83

RGB

 RED value IS 168 (66.02% from 255) = 32.18%

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

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

R = 32.18%
G = 42.72%
B = 25.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A8DF83 (or 0xA8DF83) is known color: Feijoa. HEX triplet: A8, DF and 83. RGB value is (168,223,131). Sum of RGB (Red+Green+Blue) = 168+223+131=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF83 is #57207C. Grayscale: #C4C4C4. Windows color (decimal): -5709949 or 8642472. OLE color: 8642472.

HSL color Cylindrical-coordinate representation of color #A8DF83: hue angle of 95.87º 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 #A8DF83 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 131 -
CMYK 0.25 0 0.41 0.13
HSL 95.87º 0.59% 0.69% -
HSV(B) 95.87º 0.41% 0.87% -
XYZ 46.63 62.74 31.12 -
YUV 196.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 168 223 131 0.25 0 0.41 0.13 95.87 0.59 0.69
Hex A8 DF 83 19 0 29 D 60 3B 45
Octal 250 337 203 31 0 51 15 140 73 105
Binary 10101000 11011111 10000011 11001 0 101001 1101 1100000 111011 1000101

Color Harmonies of #A8DF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF83

Black with #A8DF83

Text Example


Text Example

White with #A8DF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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