Html Css Color HEX #A7CF7E Feijoa

📋 copy color: '#A7CF7E'

red 167 ◦ green 207 ◦ blue 126

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

Shades of Feijoa #A7CF7E

Tints of Feijoa #A7CF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 33.4%
G = 41.4%
B = 25.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#A7CF7E (or 0xA7CF7E) is known color: Feijoa. HEX triplet: A7, CF and 7E. RGB value is (167,207,126). Sum of RGB (Red+Green+Blue) = 167+207+126=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF7E is #583081. Grayscale: #BABABA. Windows color (decimal): -5779586 or 8310695. OLE color: 8310695.

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

Color convert

RGB 167 207 126 -
CMYK 0.19 0 0.39 0.19
HSL 89.63º 0.46% 0.65% -
HSV(B) 89.63º 0.39% 0.81% -
XYZ 42.02 54.35 28.01 -
YUV 185.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 167 207 126 0.19 0 0.39 0.19 89.63 0.46 0.65
Hex A7 CF 7E 13 0 27 13 5A 2E 41
Octal 247 317 176 23 0 47 23 132 56 101
Binary 10100111 11001111 1111110 10011 0 100111 10011 1011010 101110 1000001

Color Harmonies of #A7CF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF7E

Black with #A7CF7E

Text Example


Text Example

White with #A7CF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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