Html Css Color HEX #A7D07C Feijoa

📋 copy color: '#A7D07C'

red 167 ◦ green 208 ◦ blue 124

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

Shades of Feijoa #A7D07C

Tints of Feijoa #A7D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.68%

 BLUE value IS 124 (48.83% from 255) = 24.85%

R = 33.47%
G = 41.68%
B = 24.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#A7D07C (or 0xA7D07C) is known color: Feijoa. HEX triplet: A7, D0 and 7C. RGB value is (167,208,124). Sum of RGB (Red+Green+Blue) = 167+208+124=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D07C is #582F83. Grayscale: #BABABA. Windows color (decimal): -5779332 or 8179879. OLE color: 8179879.

HSL color Cylindrical-coordinate representation of color #A7D07C: hue angle of 89.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7D07C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 208 124 -
CMYK 0.20 0 0.40 0.18
HSL 89.29º 0.47% 0.65% -
HSV(B) 89.29º 0.4% 0.82% -
XYZ 42.13 54.78 27.42 -
YUV 186.17 92.92 114.33 -
System Red Green Blue C M Y K H S L
Decimal 167 208 124 0.20 0 0.40 0.18 89.29 0.47 0.65
Hex A7 D0 7C 14 0 28 12 59 2F 41
Octal 247 320 174 24 0 50 22 131 57 101
Binary 10100111 11010000 1111100 10100 0 101000 10010 1011001 101111 1000001

Color Harmonies of #A7D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D07C

Black with #A7D07C

Text Example


Text Example

White with #A7D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D07C; }

 p { color: rgb(167,208,124); }

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

background-color css

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

 a { background-color: rgb(167,208,124); }

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

border-color css

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

 span { border-color: rgb(167,208,124); }

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