Html Css Color HEX #A8D08F Feijoa

📋 copy color: '#A8D08F'

red 168 ◦ green 208 ◦ blue 143

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

Shades of Feijoa #A8D08F

Tints of Feijoa #A8D08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 32.37%
G = 40.08%
B = 27.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#A8D08F (or 0xA8D08F) is known color: Feijoa. HEX triplet: A8, D0 and 8F. RGB value is (168,208,143). Sum of RGB (Red+Green+Blue) = 168+208+143=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D08F is #572F70. Grayscale: #BCBCBC. Windows color (decimal): -5713777 or 9425064. OLE color: 9425064.

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

Color convert

RGB 168 208 143 -
CMYK 0.19 0 0.31 0.18
HSL 96.92º 0.41% 0.69% -
HSV(B) 96.92º 0.31% 0.82% -
XYZ 43.66 55.42 34.38 -
YUV 188.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 168 208 143 0.19 0 0.31 0.18 96.92 0.41 0.69
Hex A8 D0 8F 13 0 1F 12 61 29 45
Octal 250 320 217 23 0 37 22 141 51 105
Binary 10101000 11010000 10001111 10011 0 11111 10010 1100001 101001 1000101

Color Harmonies of #A8D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D08F

Black with #A8D08F

Text Example


Text Example

White with #A8D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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