Html Css Color HEX #A8D47B Feijoa

📋 copy color: '#A8D47B'

red 168 ◦ green 212 ◦ blue 123

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

Shades of Feijoa #A8D47B

Tints of Feijoa #A8D47B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

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

R = 33.4%
G = 42.15%
B = 24.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#A8D47B (or 0xA8D47B) is known color: Feijoa. HEX triplet: A8, D4 and 7B. RGB value is (168,212,123). Sum of RGB (Red+Green+Blue) = 168+212+123=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D47B is #572B84. Grayscale: #BDBDBD. Windows color (decimal): -5712773 or 8115368. OLE color: 8115368.

HSL color Cylindrical-coordinate representation of color #A8D47B: hue angle of 89.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D47B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 123 -
CMYK 0.21 0 0.42 0.17
HSL 89.66º 0.51% 0.66% -
HSV(B) 89.66º 0.42% 0.83% -
XYZ 43.27 56.84 27.43 -
YUV 188.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 168 212 123 0.21 0 0.42 0.17 89.66 0.51 0.66
Hex A8 D4 7B 15 0 2A 11 5A 33 42
Octal 250 324 173 25 0 52 21 132 63 102
Binary 10101000 11010100 1111011 10101 0 101010 10001 1011010 110011 1000010

Color Harmonies of #A8D47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D47B

Black with #A8D47B

Text Example


Text Example

White with #A8D47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D47B; }

 p { color: rgb(168,212,123); }

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

background-color css

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

 a { background-color: rgb(168,212,123); }

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

border-color css

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

 span { border-color: rgb(168,212,123); }

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