Html Css Color HEX #A8CE7A Feijoa

📋 copy color: '#A8CE7A'

red 168 ◦ green 206 ◦ blue 122

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

Shades of Feijoa #A8CE7A

Tints of Feijoa #A8CE7A

RGB

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

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

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

R = 33.87%
G = 41.53%
B = 24.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#A8CE7A (or 0xA8CE7A) is known color: Feijoa. HEX triplet: A8, CE and 7A. RGB value is (168,206,122). Sum of RGB (Red+Green+Blue) = 168+206+122=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE7A is #573185. Grayscale: #B9B9B9. Windows color (decimal): -5714310 or 8048296. OLE color: 8048296.

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

Color convert

RGB 168 206 122 -
CMYK 0.18 0 0.41 0.19
HSL 87.14º 0.46% 0.64% -
HSV(B) 87.14º 0.41% 0.81% -
XYZ 41.73 53.87 26.61 -
YUV 185.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 168 206 122 0.18 0 0.41 0.19 87.14 0.46 0.64
Hex A8 CE 7A 12 0 29 13 57 2E 40
Octal 250 316 172 22 0 51 23 127 56 100
Binary 10101000 11001110 1111010 10010 0 101001 10011 1010111 101110 1000000

Color Harmonies of #A8CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE7A

Black with #A8CE7A

Text Example


Text Example

White with #A8CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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