Html Css Color HEX #A7F96C Feijoa

📋 copy color: '#A7F96C'

red 167 ◦ green 249 ◦ blue 108

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

Shades of Feijoa #A7F96C

Tints of Feijoa #A7F96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

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

R = 31.87%
G = 47.52%
B = 20.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#A7F96C (or 0xA7F96C) is known color: Feijoa. HEX triplet: A7, F9 and 6C. RGB value is (167,249,108). Sum of RGB (Red+Green+Blue) = 167+249+108=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F96C is #580693. Grayscale: #D0D0D0. Windows color (decimal): -5768852 or 7141799. OLE color: 7141799.

HSL color Cylindrical-coordinate representation of color #A7F96C: hue angle of 94.89º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7F96C is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 249 108 -
CMYK 0.33 0 0.57 0.02
HSL 94.89º 0.92% 0.7% -
HSV(B) 94.89º 0.57% 0.98% -
XYZ 52.52 77.05 26.29 -
YUV 208.41 71.33 98.46 -
System Red Green Blue C M Y K H S L
Decimal 167 249 108 0.33 0 0.57 0.02 94.89 0.92 0.7
Hex A7 F9 6C 21 0 39 2 5F 5C 46
Octal 247 371 154 41 0 71 2 137 134 106
Binary 10100111 11111001 1101100 100001 0 111001 10 1011111 1011100 1000110

Color Harmonies of #A7F96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F96C

Black with #A7F96C

Text Example


Text Example

White with #A7F96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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