Html Css Color HEX #A8D58A Feijoa

📋 copy color: '#A8D58A'

red 168 ◦ green 213 ◦ blue 138

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

Shades of Feijoa #A8D58A

Tints of Feijoa #A8D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

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

R = 32.37%
G = 41.04%
B = 26.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A8D58A (or 0xA8D58A) is known color: Feijoa. HEX triplet: A8, D5 and 8A. RGB value is (168,213,138). Sum of RGB (Red+Green+Blue) = 168+213+138=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D58A is #572A75. Grayscale: #BFBFBF. Windows color (decimal): -5712502 or 9098664. OLE color: 9098664.

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

Color convert

RGB 168 213 138 -
CMYK 0.21 0 0.35 0.16
HSL 96º 0.47% 0.69% -
HSV(B) 96º 0.35% 0.84% -
XYZ 44.53 57.75 32.84 -
YUV 191 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 168 213 138 0.21 0 0.35 0.16 96 0.47 0.69
Hex A8 D5 8A 15 0 23 10 60 2F 45
Octal 250 325 212 25 0 43 20 140 57 105
Binary 10101000 11010101 10001010 10101 0 100011 10000 1100000 101111 1000101

Color Harmonies of #A8D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D58A

Black with #A8D58A

Text Example


Text Example

White with #A8D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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