Html Css Color HEX #A8D48B Feijoa

📋 copy color: '#A8D48B'

red 168 ◦ green 212 ◦ blue 139

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

Shades of Feijoa #A8D48B

Tints of Feijoa #A8D48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 32.37%
G = 40.85%
B = 26.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#A8D48B (or 0xA8D48B) is known color: Feijoa. HEX triplet: A8, D4 and 8B. RGB value is (168,212,139). Sum of RGB (Red+Green+Blue) = 168+212+139=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D48B is #572B74. Grayscale: #BEBEBE. Windows color (decimal): -5712757 or 9163944. OLE color: 9163944.

HSL color Cylindrical-coordinate representation of color #A8D48B: hue angle of 96.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D48B is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 139 -
CMYK 0.21 0 0.34 0.17
HSL 96.16º 0.46% 0.69% -
HSV(B) 96.16º 0.34% 0.83% -
XYZ 44.35 57.28 33.14 -
YUV 190.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 168 212 139 0.21 0 0.34 0.17 96.16 0.46 0.69
Hex A8 D4 8B 15 0 22 11 60 2E 45
Octal 250 324 213 25 0 42 21 140 56 105
Binary 10101000 11010100 10001011 10101 0 100010 10001 1100000 101110 1000101

Color Harmonies of #A8D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D48B

Black with #A8D48B

Text Example


Text Example

White with #A8D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D48B; }

 p { color: rgb(168,212,139); }

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

background-color css

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

 a { background-color: rgb(168,212,139); }

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

border-color css

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

 span { border-color: rgb(168,212,139); }

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