Html Css Color HEX #A6CD7A Feijoa

📋 copy color: '#A6CD7A'

red 166 ◦ green 205 ◦ blue 122

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

Shades of Feijoa #A6CD7A

Tints of Feijoa #A6CD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 33.67%
G = 41.58%
B = 24.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#A6CD7A (or 0xA6CD7A) is known color: Feijoa. HEX triplet: A6, CD and 7A. RGB value is (166,205,122). Sum of RGB (Red+Green+Blue) = 166+205+122=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD7A is #593285. Grayscale: #B8B8B8. Windows color (decimal): -5845638 or 8048038. OLE color: 8048038.

HSL color Cylindrical-coordinate representation of color #A6CD7A: hue angle of 88.19º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6CD7A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 122 -
CMYK 0.19 0 0.40 0.20
HSL 88.19º 0.45% 0.64% -
HSV(B) 88.19º 0.4% 0.8% -
XYZ 41.07 53.17 26.51 -
YUV 183.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 166 205 122 0.19 0 0.40 0.20 88.19 0.45 0.64
Hex A6 CD 7A 13 0 28 14 58 2D 40
Octal 246 315 172 23 0 50 24 130 55 100
Binary 10100110 11001101 1111010 10011 0 101000 10100 1011000 101101 1000000

Color Harmonies of #A6CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD7A

Black with #A6CD7A

Text Example


Text Example

White with #A6CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD7A; }

 p { color: rgb(166,205,122); }

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

background-color css

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

 a { background-color: rgb(166,205,122); }

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

border-color css

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

 span { border-color: rgb(166,205,122); }

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