Html Css Color HEX #A7D375 Feijoa

📋 copy color: '#A7D375'

red 167 ◦ green 211 ◦ blue 117

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

Shades of Feijoa #A7D375

Tints of Feijoa #A7D375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 33.74%
G = 42.63%
B = 23.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#A7D375 (or 0xA7D375) is known color: Feijoa. HEX triplet: A7, D3 and 75. RGB value is (167,211,117). Sum of RGB (Red+Green+Blue) = 167+211+117=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D375 is #582C8A. Grayscale: #BBBBBB. Windows color (decimal): -5778571 or 7721895. OLE color: 7721895.

HSL color Cylindrical-coordinate representation of color #A7D375: hue angle of 88.09º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D375 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 211 117 -
CMYK 0.21 0 0.45 0.17
HSL 88.09º 0.52% 0.64% -
HSV(B) 88.09º 0.45% 0.83% -
XYZ 42.44 56.09 25.42 -
YUV 187.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 167 211 117 0.21 0 0.45 0.17 88.09 0.52 0.64
Hex A7 D3 75 15 0 2D 11 58 34 40
Octal 247 323 165 25 0 55 21 130 64 100
Binary 10100111 11010011 1110101 10101 0 101101 10001 1011000 110100 1000000

Color Harmonies of #A7D375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D375

Black with #A7D375

Text Example


Text Example

White with #A7D375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D375; }

 p { color: rgb(167,211,117); }

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

background-color css

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

 a { background-color: rgb(167,211,117); }

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

border-color css

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

 span { border-color: rgb(167,211,117); }

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