Html Css Color HEX #A7DF7F Feijoa

📋 copy color: '#A7DF7F'

red 167 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #A7DF7F

Tints of Feijoa #A7DF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 127 (50% from 255) = 24.56%

R = 32.3%
G = 43.13%
B = 24.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A7DF7F (or 0xA7DF7F) is known color: Feijoa. HEX triplet: A7, DF and 7F. RGB value is (167,223,127). Sum of RGB (Red+Green+Blue) = 167+223+127=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF7F is #582080. Grayscale: #C3C3C3. Windows color (decimal): -5775489 or 8380327. OLE color: 8380327.

HSL color Cylindrical-coordinate representation of color #A7DF7F: hue angle of 95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7DF7F is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 223 127 -
CMYK 0.25 0 0.43 0.13
HSL 95º 0.6% 0.69% -
HSV(B) 95º 0.43% 0.87% -
XYZ 46.15 62.52 29.71 -
YUV 195.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 167 223 127 0.25 0 0.43 0.13 95 0.6 0.69
Hex A7 DF 7F 19 0 2B D 5F 3C 45
Octal 247 337 177 31 0 53 15 137 74 105
Binary 10100111 11011111 1111111 11001 0 101011 1101 1011111 111100 1000101

Color Harmonies of #A7DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DF7F

Black with #A7DF7F

Text Example


Text Example

White with #A7DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DF7F; }

 p { color: rgb(167,223,127); }

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

background-color css

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

 a { background-color: rgb(167,223,127); }

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

border-color css

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

 span { border-color: rgb(167,223,127); }

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