Html Css Color HEX #A6CC8A Feijoa

📋 copy color: '#A6CC8A'

red 166 ◦ green 204 ◦ blue 138

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

Shades of Feijoa #A6CC8A

Tints of Feijoa #A6CC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.17%

R = 32.68%
G = 40.16%
B = 27.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#A6CC8A (or 0xA6CC8A) is known color: Feijoa. HEX triplet: A6, CC and 8A. RGB value is (166,204,138). Sum of RGB (Red+Green+Blue) = 166+204+138=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC8A is #593375. Grayscale: #B9B9B9. Windows color (decimal): -5845878 or 9096358. OLE color: 9096358.

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

Color convert

RGB 166 204 138 -
CMYK 0.19 0 0.32 0.2
HSL 94.55º 0.39% 0.67% -
HSV(B) 94.55º 0.32% 0.8% -
XYZ 41.91 53.13 32.09 -
YUV 185.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 166 204 138 0.19 0 0.32 0.2 94.55 0.39 0.67
Hex A6 CC 8A 13 0 20 14 5F 27 43
Octal 246 314 212 23 0 40 24 137 47 103
Binary 10100110 11001100 10001010 10011 0 100000 10100 1011111 100111 1000011

Color Harmonies of #A6CC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC8A

Black with #A6CC8A

Text Example


Text Example

White with #A6CC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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