Html Css Color HEX #A8DD83 Feijoa

📋 copy color: '#A8DD83'

red 168 ◦ green 221 ◦ blue 131

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

Shades of Feijoa #A8DD83

Tints of Feijoa #A8DD83

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.5%

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

R = 32.31%
G = 42.5%
B = 25.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A8DD83 (or 0xA8DD83) is known color: Feijoa. HEX triplet: A8, DD and 83. RGB value is (168,221,131). Sum of RGB (Red+Green+Blue) = 168+221+131=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD83 is #57227C. Grayscale: #C3C3C3. Windows color (decimal): -5710461 or 8641960. OLE color: 8641960.

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

Color convert

RGB 168 221 131 -
CMYK 0.24 0 0.41 0.13
HSL 95.33º 0.57% 0.69% -
HSV(B) 95.33º 0.41% 0.87% -
XYZ 46.1 61.68 30.95 -
YUV 194.89 91.94 108.82 -
System Red Green Blue C M Y K H S L
Decimal 168 221 131 0.24 0 0.41 0.13 95.33 0.57 0.69
Hex A8 DD 83 18 0 29 D 5F 39 45
Octal 250 335 203 30 0 51 15 137 71 105
Binary 10101000 11011101 10000011 11000 0 101001 1101 1011111 111001 1000101

Color Harmonies of #A8DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD83

Black with #A8DD83

Text Example


Text Example

White with #A8DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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