Html Css Color HEX #A8D37D Feijoa

📋 copy color: '#A8D37D'

red 168 ◦ green 211 ◦ blue 125

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

Shades of Feijoa #A8D37D

Tints of Feijoa #A8D37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 33.33%
G = 41.87%
B = 24.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#A8D37D (or 0xA8D37D) is known color: Feijoa. HEX triplet: A8, D3 and 7D. RGB value is (168,211,125). Sum of RGB (Red+Green+Blue) = 168+211+125=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D37D is #572C82. Grayscale: #BCBCBC. Windows color (decimal): -5713027 or 8246184. OLE color: 8246184.

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

Color convert

RGB 168 211 125 -
CMYK 0.20 0 0.41 0.17
HSL 90º 0.49% 0.66% -
HSV(B) 90º 0.41% 0.83% -
XYZ 43.14 56.39 28.01 -
YUV 188.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 168 211 125 0.20 0 0.41 0.17 90 0.49 0.66
Hex A8 D3 7D 14 0 29 11 5A 31 42
Octal 250 323 175 24 0 51 21 132 61 102
Binary 10101000 11010011 1111101 10100 0 101001 10001 1011010 110001 1000010

Color Harmonies of #A8D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D37D

Black with #A8D37D

Text Example


Text Example

White with #A8D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D37D; }

 p { color: rgb(168,211,125); }

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

background-color css

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

 a { background-color: rgb(168,211,125); }

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

border-color css

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

 span { border-color: rgb(168,211,125); }

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