Html Css Color HEX #A8CD8E Feijoa

📋 copy color: '#A8CD8E'

red 168 ◦ green 205 ◦ blue 142

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

Shades of Feijoa #A8CD8E

Tints of Feijoa #A8CD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 32.62%
G = 39.81%
B = 27.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#A8CD8E (or 0xA8CD8E) is known color: Feijoa. HEX triplet: A8, CD and 8E. RGB value is (168,205,142). Sum of RGB (Red+Green+Blue) = 168+205+142=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8E is #573271. Grayscale: #BABABA. Windows color (decimal): -5714546 or 9358760. OLE color: 9358760.

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

Color convert

RGB 168 205 142 -
CMYK 0.18 0 0.31 0.20
HSL 95.24º 0.39% 0.68% -
HSV(B) 95.24º 0.31% 0.8% -
XYZ 42.86 53.94 33.74 -
YUV 186.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 168 205 142 0.18 0 0.31 0.20 95.24 0.39 0.68
Hex A8 CD 8E 12 0 1F 14 5F 27 44
Octal 250 315 216 22 0 37 24 137 47 104
Binary 10101000 11001101 10001110 10010 0 11111 10100 1011111 100111 1000100

Color Harmonies of #A8CD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD8E

Black with #A8CD8E

Text Example


Text Example

White with #A8CD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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