Html Css Color HEX #A7F06F Feijoa

📋 copy color: '#A7F06F'

red 167 ◦ green 240 ◦ blue 111

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

Shades of Feijoa #A7F06F

Tints of Feijoa #A7F06F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.33%

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 32.24%
G = 46.33%
B = 21.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#A7F06F (or 0xA7F06F) is known color: Feijoa. HEX triplet: A7, F0 and 6F. RGB value is (167,240,111). Sum of RGB (Red+Green+Blue) = 167+240+111=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F06F is #580F90. Grayscale: #CBCBCB. Windows color (decimal): -5771153 or 7336103. OLE color: 7336103.

HSL color Cylindrical-coordinate representation of color #A7F06F: hue angle of 93.95º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7F06F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 240 111 -
CMYK 0.30 0 0.54 0.06
HSL 93.95º 0.81% 0.69% -
HSV(B) 93.95º 0.54% 0.94% -
XYZ 49.97 71.68 26.24 -
YUV 203.47 75.82 101.99 -
System Red Green Blue C M Y K H S L
Decimal 167 240 111 0.30 0 0.54 0.06 93.95 0.81 0.69
Hex A7 F0 6F 1E 0 36 6 5E 51 45
Octal 247 360 157 36 0 66 6 136 121 105
Binary 10100111 11110000 1101111 11110 0 110110 110 1011110 1010001 1000101

Color Harmonies of #A7F06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F06F

Black with #A7F06F

Text Example


Text Example

White with #A7F06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F06F; }

 p { color: rgb(167,240,111); }

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

background-color css

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

 a { background-color: rgb(167,240,111); }

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

border-color css

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

 span { border-color: rgb(167,240,111); }

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