Html Css Color HEX #A8DB8E Feijoa

📋 copy color: '#A8DB8E'

red 168 ◦ green 219 ◦ blue 142

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

Shades of Feijoa #A8DB8E

Tints of Feijoa #A8DB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 31.76%
G = 41.4%
B = 26.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#A8DB8E (or 0xA8DB8E) is known color: Feijoa. HEX triplet: A8, DB and 8E. RGB value is (168,219,142). Sum of RGB (Red+Green+Blue) = 168+219+142=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB8E is #572471. Grayscale: #C3C3C3. Windows color (decimal): -5710962 or 9362344. OLE color: 9362344.

HSL color Cylindrical-coordinate representation of color #A8DB8E: hue angle of 99.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8DB8E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 142 -
CMYK 0.23 0 0.35 0.14
HSL 99.74º 0.52% 0.71% -
HSV(B) 99.74º 0.35% 0.86% -
XYZ 46.36 60.94 34.91 -
YUV 194.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 168 219 142 0.23 0 0.35 0.14 99.74 0.52 0.71
Hex A8 DB 8E 17 0 23 E 64 34 47
Octal 250 333 216 27 0 43 16 144 64 107
Binary 10101000 11011011 10001110 10111 0 100011 1110 1100100 110100 1000111

Color Harmonies of #A8DB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB8E

Black with #A8DB8E

Text Example


Text Example

White with #A8DB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB8E; }

 p { color: rgb(168,219,142); }

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

background-color css

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

 a { background-color: rgb(168,219,142); }

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

border-color css

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

 span { border-color: rgb(168,219,142); }

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