Html Css Color HEX #A8CD8A Feijoa

📋 copy color: '#A8CD8A'

red 168 ◦ green 205 ◦ blue 138

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

Shades of Feijoa #A8CD8A

Tints of Feijoa #A8CD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 32.88%
G = 40.12%
B = 27.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#A8CD8A (or 0xA8CD8A) is known color: Feijoa. HEX triplet: A8, CD and 8A. RGB value is (168,205,138). Sum of RGB (Red+Green+Blue) = 168+205+138=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8A is #573275. Grayscale: #BABABA. Windows color (decimal): -5714550 or 9096616. OLE color: 9096616.

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

Color convert

RGB 168 205 138 -
CMYK 0.18 0 0.33 0.20
HSL 93.13º 0.4% 0.67% -
HSV(B) 93.13º 0.33% 0.8% -
XYZ 42.57 53.82 32.19 -
YUV 186.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 168 205 138 0.18 0 0.33 0.20 93.13 0.4 0.67
Hex A8 CD 8A 12 0 21 14 5D 28 43
Octal 250 315 212 22 0 41 24 135 50 103
Binary 10101000 11001101 10001010 10010 0 100001 10100 1011101 101000 1000011

Color Harmonies of #A8CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD8A

Black with #A8CD8A

Text Example


Text Example

White with #A8CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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