Html Css Color HEX #A8CE82 Feijoa

📋 copy color: '#A8CE82'

red 168 ◦ green 206 ◦ blue 130

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

Shades of Feijoa #A8CE82

Tints of Feijoa #A8CE82

RGB

 RED value IS 168 (66.02% from 255) = 33.33%

 GREEN value IS 206 (80.86% from 255) = 40.87%

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

R = 33.33%
G = 40.87%
B = 25.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#A8CE82 (or 0xA8CE82) is known color: Feijoa. HEX triplet: A8, CE and 82. RGB value is (168,206,130). Sum of RGB (Red+Green+Blue) = 168+206+130=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE82 is #57317D. Grayscale: #BABABA. Windows color (decimal): -5714302 or 8572584. OLE color: 8572584.

HSL color Cylindrical-coordinate representation of color #A8CE82: hue angle of 90º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8CE82 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 130 -
CMYK 0.18 0 0.37 0.19
HSL 90º 0.44% 0.66% -
HSV(B) 90º 0.37% 0.81% -
XYZ 42.25 54.08 29.33 -
YUV 185.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 168 206 130 0.18 0 0.37 0.19 90 0.44 0.66
Hex A8 CE 82 12 0 25 13 5A 2C 42
Octal 250 316 202 22 0 45 23 132 54 102
Binary 10101000 11001110 10000010 10010 0 100101 10011 1011010 101100 1000010

Color Harmonies of #A8CE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE82

Black with #A8CE82

Text Example


Text Example

White with #A8CE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE82; }

 p { color: rgb(168,206,130); }

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

background-color css

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

 a { background-color: rgb(168,206,130); }

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

border-color css

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

 span { border-color: rgb(168,206,130); }

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