Html Css Color HEX #A6CE8E Feijoa

📋 copy color: '#A6CE8E'

red 166 ◦ green 206 ◦ blue 142

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

Shades of Feijoa #A6CE8E

Tints of Feijoa #A6CE8E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.08%

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 32.3%
G = 40.08%
B = 27.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#A6CE8E (or 0xA6CE8E) is known color: Feijoa. HEX triplet: A6, CE and 8E. RGB value is (166,206,142). Sum of RGB (Red+Green+Blue) = 166+206+142=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE8E is #593171. Grayscale: #BABABA. Windows color (decimal): -5845362 or 9359014. OLE color: 9359014.

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

Color convert

RGB 166 206 142 -
CMYK 0.19 0 0.31 0.19
HSL 97.5º 0.4% 0.68% -
HSV(B) 97.5º 0.31% 0.81% -
XYZ 42.68 54.2 33.8 -
YUV 186.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 166 206 142 0.19 0 0.31 0.19 97.5 0.4 0.68
Hex A6 CE 8E 13 0 1F 13 62 28 44
Octal 246 316 216 23 0 37 23 142 50 104
Binary 10100110 11001110 10001110 10011 0 11111 10011 1100010 101000 1000100

Color Harmonies of #A6CE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE8E

Black with #A6CE8E

Text Example


Text Example

White with #A6CE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE8E; }

 p { color: rgb(166,206,142); }

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

background-color css

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

 a { background-color: rgb(166,206,142); }

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

border-color css

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

 span { border-color: rgb(166,206,142); }

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