Html Css Color HEX #A8CD84 Feijoa

📋 copy color: '#A8CD84'

red 168 ◦ green 205 ◦ blue 132

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

Shades of Feijoa #A8CD84

Tints of Feijoa #A8CD84

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

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

R = 33.27%
G = 40.59%
B = 26.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#A8CD84 (or 0xA8CD84) is known color: Feijoa. HEX triplet: A8, CD and 84. RGB value is (168,205,132). Sum of RGB (Red+Green+Blue) = 168+205+132=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD84 is #57327B. Grayscale: #B9B9B9. Windows color (decimal): -5714556 or 8703400. OLE color: 8703400.

HSL color Cylindrical-coordinate representation of color #A8CD84: hue angle of 90.41º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8CD84 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 132 -
CMYK 0.18 0 0.36 0.20
HSL 90.41º 0.42% 0.66% -
HSV(B) 90.41º 0.36% 0.8% -
XYZ 42.14 53.65 29.96 -
YUV 185.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 168 205 132 0.18 0 0.36 0.20 90.41 0.42 0.66
Hex A8 CD 84 12 0 24 14 5A 2A 42
Octal 250 315 204 22 0 44 24 132 52 102
Binary 10101000 11001101 10000100 10010 0 100100 10100 1011010 101010 1000010

Color Harmonies of #A8CD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD84

Black with #A8CD84

Text Example


Text Example

White with #A8CD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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