Html Css Color HEX #A8CD87 Feijoa

📋 copy color: '#A8CD87'

red 168 ◦ green 205 ◦ blue 135

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

Shades of Feijoa #A8CD87

Tints of Feijoa #A8CD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.57%

R = 33.07%
G = 40.35%
B = 26.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#A8CD87 (or 0xA8CD87) is known color: Feijoa. HEX triplet: A8, CD and 87. RGB value is (168,205,135). Sum of RGB (Red+Green+Blue) = 168+205+135=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD87 is #573278. Grayscale: #BABABA. Windows color (decimal): -5714553 or 8900008. OLE color: 8900008.

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

Color convert

RGB 168 205 135 -
CMYK 0.18 0 0.34 0.20
HSL 91.71º 0.41% 0.67% -
HSV(B) 91.71º 0.34% 0.8% -
XYZ 42.35 53.74 31.06 -
YUV 185.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 168 205 135 0.18 0 0.34 0.20 91.71 0.41 0.67
Hex A8 CD 87 12 0 22 14 5C 29 43
Octal 250 315 207 22 0 42 24 134 51 103
Binary 10101000 11001101 10000111 10010 0 100010 10100 1011100 101001 1000011

Color Harmonies of #A8CD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD87

Black with #A8CD87

Text Example


Text Example

White with #A8CD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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