Html Css Color HEX #A7FF7D Feijoa

📋 copy color: '#A7FF7D'

red 167 ◦ green 255 ◦ blue 125

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

Shades of Feijoa #A7FF7D

Tints of Feijoa #A7FF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 30.53%
G = 46.62%
B = 22.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#A7FF7D (or 0xA7FF7D) is known color: Feijoa. HEX triplet: A7, FF and 7D. RGB value is (167,255,125). Sum of RGB (Red+Green+Blue) = 167+255+125=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FF7D is #580082. Grayscale: #D6D6D6. Windows color (decimal): -5767299 or 8257447. OLE color: 8257447.

HSL color Cylindrical-coordinate representation of color #A7FF7D: hue angle of 100.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7FF7D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 167 255 125 -
CMYK 0.35 0 0.51 0
HSL 100.62º 1% 0.75% -
HSV(B) 100.62º 0.51% 1% -
XYZ 55.4 81.22 32.16 -
YUV 213.87 77.85 94.57 -
System Red Green Blue C M Y K H S L
Decimal 167 255 125 0.35 0 0.51 0 100.62 1 0.75
Hex A7 FF 7D 23 0 33 0 65 64 4B
Octal 247 377 175 43 0 63 0 145 144 113
Binary 10100111 11111111 1111101 100011 0 110011 0 1100101 1100100 1001011

Color Harmonies of #A7FF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FF7D

Black with #A7FF7D

Text Example


Text Example

White with #A7FF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FF7D; }

 p { color: rgb(167,255,125); }

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

background-color css

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

 a { background-color: rgb(167,255,125); }

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

border-color css

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

 span { border-color: rgb(167,255,125); }

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