Html Css Color HEX #A7CF7D Feijoa

📋 copy color: '#A7CF7D'

red 167 ◦ green 207 ◦ blue 125

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

Shades of Feijoa #A7CF7D

Tints of Feijoa #A7CF7D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

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

R = 33.47%
G = 41.48%
B = 25.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#A7CF7D (or 0xA7CF7D) is known color: Feijoa. HEX triplet: A7, CF and 7D. RGB value is (167,207,125). Sum of RGB (Red+Green+Blue) = 167+207+125=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF7D is #583082. Grayscale: #B9B9B9. Windows color (decimal): -5779587 or 8245159. OLE color: 8245159.

HSL color Cylindrical-coordinate representation of color #A7CF7D: hue angle of 89.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7CF7D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 125 -
CMYK 0.19 0 0.40 0.19
HSL 89.27º 0.46% 0.65% -
HSV(B) 89.27º 0.4% 0.81% -
XYZ 41.95 54.32 27.68 -
YUV 185.69 93.75 114.67 -
System Red Green Blue C M Y K H S L
Decimal 167 207 125 0.19 0 0.40 0.19 89.27 0.46 0.65
Hex A7 CF 7D 13 0 28 13 59 2E 41
Octal 247 317 175 23 0 50 23 131 56 101
Binary 10100111 11001111 1111101 10011 0 101000 10011 1011001 101110 1000001

Color Harmonies of #A7CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF7D

Black with #A7CF7D

Text Example


Text Example

White with #A7CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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