Html Css Color HEX #A8D485 Feijoa

📋 copy color: '#A8D485'

red 168 ◦ green 212 ◦ blue 133

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

Shades of Feijoa #A8D485

Tints of Feijoa #A8D485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.93%

R = 32.75%
G = 41.33%
B = 25.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#A8D485 (or 0xA8D485) is known color: Feijoa. HEX triplet: A8, D4 and 85. RGB value is (168,212,133). Sum of RGB (Red+Green+Blue) = 168+212+133=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D485 is #572B7A. Grayscale: #BEBEBE. Windows color (decimal): -5712763 or 8770728. OLE color: 8770728.

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

Color convert

RGB 168 212 133 -
CMYK 0.21 0 0.37 0.17
HSL 93.42º 0.48% 0.68% -
HSV(B) 93.42º 0.37% 0.83% -
XYZ 43.93 57.11 30.9 -
YUV 189.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 168 212 133 0.21 0 0.37 0.17 93.42 0.48 0.68
Hex A8 D4 85 15 0 25 11 5D 30 44
Octal 250 324 205 25 0 45 21 135 60 104
Binary 10101000 11010100 10000101 10101 0 100101 10001 1011101 110000 1000100

Color Harmonies of #A8D485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D485

Black with #A8D485

Text Example


Text Example

White with #A8D485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D485; }

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

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

background-color css

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

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

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

border-color css

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

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

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