Html Css Color HEX #A6CB7F Feijoa

📋 copy color: '#A6CB7F'

red 166 ◦ green 203 ◦ blue 127

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

Shades of Feijoa #A6CB7F

Tints of Feijoa #A6CB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.93%

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

R = 33.47%
G = 40.93%
B = 25.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#A6CB7F (or 0xA6CB7F) is known color: Feijoa. HEX triplet: A6, CB and 7F. RGB value is (166,203,127). Sum of RGB (Red+Green+Blue) = 166+203+127=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB7F is #593480. Grayscale: #B7B7B7. Windows color (decimal): -5846145 or 8375206. OLE color: 8375206.

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

Color convert

RGB 166 203 127 -
CMYK 0.18 0 0.37 0.20
HSL 89.21º 0.42% 0.65% -
HSV(B) 89.21º 0.37% 0.8% -
XYZ 40.91 52.35 28.03 -
YUV 183.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 166 203 127 0.18 0 0.37 0.20 89.21 0.42 0.65
Hex A6 CB 7F 12 0 25 14 59 2A 41
Octal 246 313 177 22 0 45 24 131 52 101
Binary 10100110 11001011 1111111 10010 0 100101 10100 1011001 101010 1000001

Color Harmonies of #A6CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB7F

Black with #A6CB7F

Text Example


Text Example

White with #A6CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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