Html Css Color HEX #A6CC7F Feijoa

📋 copy color: '#A6CC7F'

red 166 ◦ green 204 ◦ blue 127

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

Shades of Feijoa #A6CC7F

Tints of Feijoa #A6CC7F

RGB

 RED value IS 166 (65.23% from 255) = 33.4%

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 33.4%
G = 41.05%
B = 25.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#A6CC7F (or 0xA6CC7F) is known color: Feijoa. HEX triplet: A6, CC and 7F. RGB value is (166,204,127). Sum of RGB (Red+Green+Blue) = 166+204+127=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC7F is #593380. Grayscale: #B8B8B8. Windows color (decimal): -5845889 or 8375462. OLE color: 8375462.

HSL color Cylindrical-coordinate representation of color #A6CC7F: hue angle of 89.61º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6CC7F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 127 -
CMYK 0.19 0 0.38 0.2
HSL 89.61º 0.43% 0.65% -
HSV(B) 89.61º 0.38% 0.8% -
XYZ 41.15 52.83 28.11 -
YUV 183.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 166 204 127 0.19 0 0.38 0.2 89.61 0.43 0.65
Hex A6 CC 7F 13 0 26 14 5A 2B 41
Octal 246 314 177 23 0 46 24 132 53 101
Binary 10100110 11001100 1111111 10011 0 100110 10100 1011010 101011 1000001

Color Harmonies of #A6CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC7F

Black with #A6CC7F

Text Example


Text Example

White with #A6CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC7F; }

 p { color: rgb(166,204,127); }

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

background-color css

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

 a { background-color: rgb(166,204,127); }

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

border-color css

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

 span { border-color: rgb(166,204,127); }

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