Html Css Color HEX #A8D07B Feijoa

📋 copy color: '#A8D07B'

red 168 ◦ green 208 ◦ blue 123

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

Shades of Feijoa #A8D07B

Tints of Feijoa #A8D07B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.68%

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

R = 33.67%
G = 41.68%
B = 24.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#A8D07B (or 0xA8D07B) is known color: Feijoa. HEX triplet: A8, D0 and 7B. RGB value is (168,208,123). Sum of RGB (Red+Green+Blue) = 168+208+123=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D07B is #572F84. Grayscale: #BABABA. Windows color (decimal): -5713797 or 8114344. OLE color: 8114344.

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

Color convert

RGB 168 208 123 -
CMYK 0.19 0 0.41 0.18
HSL 88.24º 0.47% 0.65% -
HSV(B) 88.24º 0.41% 0.82% -
XYZ 42.28 54.87 27.1 -
YUV 186.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 168 208 123 0.19 0 0.41 0.18 88.24 0.47 0.65
Hex A8 D0 7B 13 0 29 12 58 2F 41
Octal 250 320 173 23 0 51 22 130 57 101
Binary 10101000 11010000 1111011 10011 0 101001 10010 1011000 101111 1000001

Color Harmonies of #A8D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D07B

Black with #A8D07B

Text Example


Text Example

White with #A8D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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