Html Css Color HEX #A6D07B Feijoa

📋 copy color: '#A6D07B'

red 166 ◦ green 208 ◦ blue 123

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

Shades of Feijoa #A6D07B

Tints of Feijoa #A6D07B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 33.4%
G = 41.85%
B = 24.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#A6D07B (or 0xA6D07B) is known color: Feijoa. HEX triplet: A6, D0 and 7B. RGB value is (166,208,123). Sum of RGB (Red+Green+Blue) = 166+208+123=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D07B is #592F84. Grayscale: #BABABA. Windows color (decimal): -5844869 or 8114342. OLE color: 8114342.

HSL color Cylindrical-coordinate representation of color #A6D07B: hue angle of 89.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6D07B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 123 -
CMYK 0.20 0 0.41 0.18
HSL 89.65º 0.47% 0.65% -
HSV(B) 89.65º 0.41% 0.82% -
XYZ 41.86 54.65 27.08 -
YUV 185.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 166 208 123 0.20 0 0.41 0.18 89.65 0.47 0.65
Hex A6 D0 7B 14 0 29 12 5A 2F 41
Octal 246 320 173 24 0 51 22 132 57 101
Binary 10100110 11010000 1111011 10100 0 101001 10010 1011010 101111 1000001

Color Harmonies of #A6D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D07B

Black with #A6D07B

Text Example


Text Example

White with #A6D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D07B; }

 p { color: rgb(166,208,123); }

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

background-color css

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

 a { background-color: rgb(166,208,123); }

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

border-color css

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

 span { border-color: rgb(166,208,123); }

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