Html Css Color HEX #A8D48A Feijoa

📋 copy color: '#A8D48A'

red 168 ◦ green 212 ◦ blue 138

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

Shades of Feijoa #A8D48A

Tints of Feijoa #A8D48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 32.43%
G = 40.93%
B = 26.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#A8D48A (or 0xA8D48A) is known color: Feijoa. HEX triplet: A8, D4 and 8A. RGB value is (168,212,138). Sum of RGB (Red+Green+Blue) = 168+212+138=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D48A is #572B75. Grayscale: #BEBEBE. Windows color (decimal): -5712758 or 9098408. OLE color: 9098408.

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

Color convert

RGB 168 212 138 -
CMYK 0.21 0 0.35 0.17
HSL 95.68º 0.46% 0.69% -
HSV(B) 95.68º 0.35% 0.83% -
XYZ 44.28 57.25 32.76 -
YUV 190.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 168 212 138 0.21 0 0.35 0.17 95.68 0.46 0.69
Hex A8 D4 8A 15 0 23 11 60 2E 45
Octal 250 324 212 25 0 43 21 140 56 105
Binary 10101000 11010100 10001010 10101 0 100011 10001 1100000 101110 1000101

Color Harmonies of #A8D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D48A

Black with #A8D48A

Text Example


Text Example

White with #A8D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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