Html Css Color HEX #A7F16C Feijoa

📋 copy color: '#A7F16C'

red 167 ◦ green 241 ◦ blue 108

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

Shades of Feijoa #A7F16C

Tints of Feijoa #A7F16C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

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

R = 32.36%
G = 46.71%
B = 20.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A7F16C (or 0xA7F16C) is known color: Feijoa. HEX triplet: A7, F1 and 6C. RGB value is (167,241,108). Sum of RGB (Red+Green+Blue) = 167+241+108=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F16C is #580E93. Grayscale: #CCCCCC. Windows color (decimal): -5770900 or 7139751. OLE color: 7139751.

HSL color Cylindrical-coordinate representation of color #A7F16C: hue angle of 93.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7F16C is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 241 108 -
CMYK 0.31 0 0.55 0.05
HSL 93.38º 0.83% 0.68% -
HSV(B) 93.38º 0.55% 0.95% -
XYZ 50.1 72.21 25.48 -
YUV 203.71 73.98 101.81 -
System Red Green Blue C M Y K H S L
Decimal 167 241 108 0.31 0 0.55 0.05 93.38 0.83 0.68
Hex A7 F1 6C 1F 0 37 5 5D 53 44
Octal 247 361 154 37 0 67 5 135 123 104
Binary 10100111 11110001 1101100 11111 0 110111 101 1011101 1010011 1000100

Color Harmonies of #A7F16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F16C

Black with #A7F16C

Text Example


Text Example

White with #A7F16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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