Html Css Color HEX #A5D08A Feijoa

📋 copy color: '#A5D08A'

red 165 ◦ green 208 ◦ blue 138

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

Shades of Feijoa #A5D08A

Tints of Feijoa #A5D08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 32.29%
G = 40.7%
B = 27.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#A5D08A (or 0xA5D08A) is known color: Feijoa. HEX triplet: A5, D0 and 8A. RGB value is (165,208,138). Sum of RGB (Red+Green+Blue) = 165+208+138=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D08A is #5A2F75. Grayscale: #BBBBBB. Windows color (decimal): -5910390 or 9097381. OLE color: 9097381.

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

Color convert

RGB 165 208 138 -
CMYK 0.21 0 0.34 0.18
HSL 96.86º 0.43% 0.68% -
HSV(B) 96.86º 0.34% 0.82% -
XYZ 42.66 54.95 32.4 -
YUV 187.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 165 208 138 0.21 0 0.34 0.18 96.86 0.43 0.68
Hex A5 D0 8A 15 0 22 12 61 2B 44
Octal 245 320 212 25 0 42 22 141 53 104
Binary 10100101 11010000 10001010 10101 0 100010 10010 1100001 101011 1000100

Color Harmonies of #A5D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D08A

Black with #A5D08A

Text Example


Text Example

White with #A5D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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