Html Css Color HEX #A5D08B Feijoa

📋 copy color: '#A5D08B'

red 165 ◦ green 208 ◦ blue 139

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

Shades of Feijoa #A5D08B

Tints of Feijoa #A5D08B

RGB

 RED value IS 165 (64.84% from 255) = 32.23%

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 32.23%
G = 40.63%
B = 27.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A5D08B (or 0xA5D08B) is known color: Feijoa. HEX triplet: A5, D0 and 8B. RGB value is (165,208,139). Sum of RGB (Red+Green+Blue) = 165+208+139=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D08B is #5A2F74. Grayscale: #BBBBBB. Windows color (decimal): -5910389 or 9162917. OLE color: 9162917.

HSL color Cylindrical-coordinate representation of color #A5D08B: hue angle of 97.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5D08B is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 139 -
CMYK 0.21 0 0.33 0.18
HSL 97.39º 0.42% 0.68% -
HSV(B) 97.39º 0.33% 0.82% -
XYZ 42.73 54.98 32.79 -
YUV 187.28 100.75 112.11 -
System Red Green Blue C M Y K H S L
Decimal 165 208 139 0.21 0 0.33 0.18 97.39 0.42 0.68
Hex A5 D0 8B 15 0 21 12 61 2A 44
Octal 245 320 213 25 0 41 22 141 52 104
Binary 10100101 11010000 10001011 10101 0 100001 10010 1100001 101010 1000100

Color Harmonies of #A5D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D08B

Black with #A5D08B

Text Example


Text Example

White with #A5D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D08B; }

 p { color: rgb(165,208,139); }

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

background-color css

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

 a { background-color: rgb(165,208,139); }

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

border-color css

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

 span { border-color: rgb(165,208,139); }

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