Html Css Color HEX #A7E16C Feijoa

📋 copy color: '#A7E16C'

red 167 ◦ green 225 ◦ blue 108

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

Shades of Feijoa #A7E16C

Tints of Feijoa #A7E16C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45%

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 33.4%
G = 45%
B = 21.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#A7E16C (or 0xA7E16C) is known color: Feijoa. HEX triplet: A7, E1 and 6C. RGB value is (167,225,108). Sum of RGB (Red+Green+Blue) = 167+225+108=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E16C is #581E93. Grayscale: #C2C2C2. Windows color (decimal): -5774996 or 7135655. OLE color: 7135655.

HSL color Cylindrical-coordinate representation of color #A7E16C: hue angle of 89.74º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7E16C is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 225 108 -
CMYK 0.26 0 0.52 0.12
HSL 89.74º 0.66% 0.65% -
HSV(B) 89.74º 0.52% 0.88% -
XYZ 45.57 63.15 23.97 -
YUV 194.32 79.28 108.51 -
System Red Green Blue C M Y K H S L
Decimal 167 225 108 0.26 0 0.52 0.12 89.74 0.66 0.65
Hex A7 E1 6C 1A 0 34 C 5A 42 41
Octal 247 341 154 32 0 64 14 132 102 101
Binary 10100111 11100001 1101100 11010 0 110100 1100 1011010 1000010 1000001

Color Harmonies of #A7E16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E16C

Black with #A7E16C

Text Example


Text Example

White with #A7E16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E16C; }

 p { color: rgb(167,225,108); }

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

background-color css

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

 a { background-color: rgb(167,225,108); }

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

border-color css

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

 span { border-color: rgb(167,225,108); }

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