Html Css Color HEX #A6CB82 Feijoa

📋 copy color: '#A6CB82'

red 166 ◦ green 203 ◦ blue 130

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

Shades of Feijoa #A6CB82

Tints of Feijoa #A6CB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 33.27%
G = 40.68%
B = 26.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#A6CB82 (or 0xA6CB82) is known color: Feijoa. HEX triplet: A6, CB and 82. RGB value is (166,203,130). Sum of RGB (Red+Green+Blue) = 166+203+130=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CB82 is #59347D. Grayscale: #B7B7B7. Windows color (decimal): -5846142 or 8571814. OLE color: 8571814.

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

Color convert

RGB 166 203 130 -
CMYK 0.18 0 0.36 0.20
HSL 90.41º 0.41% 0.65% -
HSV(B) 90.41º 0.36% 0.8% -
XYZ 41.11 52.43 29.07 -
YUV 183.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 166 203 130 0.18 0 0.36 0.20 90.41 0.41 0.65
Hex A6 CB 82 12 0 24 14 5A 29 41
Octal 246 313 202 22 0 44 24 132 51 101
Binary 10100110 11001011 10000010 10010 0 100100 10100 1011010 101001 1000001

Color Harmonies of #A6CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB82

Black with #A6CB82

Text Example


Text Example

White with #A6CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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