Html Css Color HEX #A8D484 Feijoa

📋 copy color: '#A8D484'

red 168 ◦ green 212 ◦ blue 132

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

Shades of Feijoa #A8D484

Tints of Feijoa #A8D484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 32.81%
G = 41.41%
B = 25.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#A8D484 (or 0xA8D484) is known color: Feijoa. HEX triplet: A8, D4 and 84. RGB value is (168,212,132). Sum of RGB (Red+Green+Blue) = 168+212+132=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D484 is #572B7B. Grayscale: #BEBEBE. Windows color (decimal): -5712764 or 8705192. OLE color: 8705192.

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

Color convert

RGB 168 212 132 -
CMYK 0.21 0 0.38 0.17
HSL 93º 0.48% 0.67% -
HSV(B) 93º 0.38% 0.83% -
XYZ 43.86 57.08 30.54 -
YUV 189.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 168 212 132 0.21 0 0.38 0.17 93 0.48 0.67
Hex A8 D4 84 15 0 26 11 5D 30 43
Octal 250 324 204 25 0 46 21 135 60 103
Binary 10101000 11010100 10000100 10101 0 100110 10001 1011101 110000 1000011

Color Harmonies of #A8D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D484

Black with #A8D484

Text Example


Text Example

White with #A8D484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D484; }

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

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

background-color css

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

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

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

border-color css

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

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

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