Html Css Color HEX #A8D57B Feijoa

📋 copy color: '#A8D57B'

red 168 ◦ green 213 ◦ blue 123

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

Shades of Feijoa #A8D57B

Tints of Feijoa #A8D57B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 33.33%
G = 42.26%
B = 24.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#A8D57B (or 0xA8D57B) is known color: Feijoa. HEX triplet: A8, D5 and 7B. RGB value is (168,213,123). Sum of RGB (Red+Green+Blue) = 168+213+123=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D57B is #572A84. Grayscale: #BDBDBD. Windows color (decimal): -5712517 or 8115624. OLE color: 8115624.

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

Color convert

RGB 168 213 123 -
CMYK 0.21 0 0.42 0.16
HSL 90º 0.52% 0.66% -
HSV(B) 90º 0.42% 0.84% -
XYZ 43.52 57.34 27.51 -
YUV 189.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 168 213 123 0.21 0 0.42 0.16 90 0.52 0.66
Hex A8 D5 7B 15 0 2A 10 5A 34 42
Octal 250 325 173 25 0 52 20 132 64 102
Binary 10101000 11010101 1111011 10101 0 101010 10000 1011010 110100 1000010

Color Harmonies of #A8D57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D57B

Black with #A8D57B

Text Example


Text Example

White with #A8D57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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