Html Css Color HEX #A7CF7F Feijoa

📋 copy color: '#A7CF7F'

red 167 ◦ green 207 ◦ blue 127

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

Shades of Feijoa #A7CF7F

Tints of Feijoa #A7CF7F

RGB

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

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

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

R = 33.33%
G = 41.32%
B = 25.35%

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

#A7CF7F (or 0xA7CF7F) is known color: Feijoa. HEX triplet: A7, CF and 7F. RGB value is (167,207,127). Sum of RGB (Red+Green+Blue) = 167+207+127=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF7F is #583080. Grayscale: #BABABA. Windows color (decimal): -5779585 or 8376231. OLE color: 8376231.

HSL color Cylindrical-coordinate representation of color #A7CF7F: hue angle of 90º degrees, saturation: 0.45, 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 #A7CF7F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 127 -
CMYK 0.19 0 0.39 0.19
HSL 90º 0.45% 0.65% -
HSV(B) 90º 0.39% 0.81% -
XYZ 42.08 54.37 28.36 -
YUV 185.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 167 207 127 0.19 0 0.39 0.19 90 0.45 0.65
Hex A7 CF 7F 13 0 27 13 5A 2D 41
Octal 247 317 177 23 0 47 23 132 55 101
Binary 10100111 11001111 1111111 10011 0 100111 10011 1011010 101101 1000001

Color Harmonies of #A7CF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF7F

Black with #A7CF7F

Text Example


Text Example

White with #A7CF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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