Html Css Color HEX #A8D083 Feijoa

📋 copy color: '#A8D083'

red 168 ◦ green 208 ◦ blue 131

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

Shades of Feijoa #A8D083

Tints of Feijoa #A8D083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

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

R = 33.14%
G = 41.03%
B = 25.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#A8D083 (or 0xA8D083) is known color: Feijoa. HEX triplet: A8, D0 and 83. RGB value is (168,208,131). Sum of RGB (Red+Green+Blue) = 168+208+131=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D083 is #572F7C. Grayscale: #BBBBBB. Windows color (decimal): -5713789 or 8638632. OLE color: 8638632.

HSL color Cylindrical-coordinate representation of color #A8D083: hue angle of 91.17º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8D083 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 131 -
CMYK 0.19 0 0.37 0.18
HSL 91.17º 0.45% 0.66% -
HSV(B) 91.17º 0.37% 0.82% -
XYZ 42.8 55.08 29.85 -
YUV 187.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 168 208 131 0.19 0 0.37 0.18 91.17 0.45 0.66
Hex A8 D0 83 13 0 25 12 5B 2D 42
Octal 250 320 203 23 0 45 22 133 55 102
Binary 10101000 11010000 10000011 10011 0 100101 10010 1011011 101101 1000010

Color Harmonies of #A8D083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D083

Black with #A8D083

Text Example


Text Example

White with #A8D083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D083; }

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

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

background-color css

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

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

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

border-color css

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

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

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