Html Css Color HEX #A8D67B Feijoa

📋 copy color: '#A8D67B'

red 168 ◦ green 214 ◦ blue 123

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

Shades of Feijoa #A8D67B

Tints of Feijoa #A8D67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

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

R = 33.27%
G = 42.38%
B = 24.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#A8D67B (or 0xA8D67B) is known color: Feijoa. HEX triplet: A8, D6 and 7B. RGB value is (168,214,123). Sum of RGB (Red+Green+Blue) = 168+214+123=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D67B is #572984. Grayscale: #BEBEBE. Windows color (decimal): -5712261 or 8115880. OLE color: 8115880.

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

Color convert

RGB 168 214 123 -
CMYK 0.21 0 0.43 0.16
HSL 90.33º 0.53% 0.66% -
HSV(B) 90.33º 0.43% 0.84% -
XYZ 43.77 57.85 27.6 -
YUV 189.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 168 214 123 0.21 0 0.43 0.16 90.33 0.53 0.66
Hex A8 D6 7B 15 0 2B 10 5A 35 42
Octal 250 326 173 25 0 53 20 132 65 102
Binary 10101000 11010110 1111011 10101 0 101011 10000 1011010 110101 1000010

Color Harmonies of #A8D67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D67B

Black with #A8D67B

Text Example


Text Example

White with #A8D67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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