Html Css Color HEX #A7CD8A Feijoa

📋 copy color: '#A7CD8A'

red 167 ◦ green 205 ◦ blue 138

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

Shades of Feijoa #A7CD8A

Tints of Feijoa #A7CD8A

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

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

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

R = 32.75%
G = 40.2%
B = 27.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#A7CD8A (or 0xA7CD8A) is known color: Feijoa. HEX triplet: A7, CD and 8A. RGB value is (167,205,138). Sum of RGB (Red+Green+Blue) = 167+205+138=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD8A is #583275. Grayscale: #BABABA. Windows color (decimal): -5780086 or 9096615. OLE color: 9096615.

HSL color Cylindrical-coordinate representation of color #A7CD8A: hue angle of 94.03º 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 #A7CD8A is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 205 138 -
CMYK 0.19 0 0.33 0.20
HSL 94.03º 0.4% 0.67% -
HSV(B) 94.03º 0.33% 0.8% -
XYZ 42.36 53.71 32.18 -
YUV 186 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 167 205 138 0.19 0 0.33 0.20 94.03 0.4 0.67
Hex A7 CD 8A 13 0 21 14 5E 28 43
Octal 247 315 212 23 0 41 24 136 50 103
Binary 10100111 11001101 10001010 10011 0 100001 10100 1011110 101000 1000011

Color Harmonies of #A7CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CD8A

Black with #A7CD8A

Text Example


Text Example

White with #A7CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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