Html Css Color HEX #A5D37B Feijoa

📋 copy color: '#A5D37B'

red 165 ◦ green 211 ◦ blue 123

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

Shades of Feijoa #A5D37B

Tints of Feijoa #A5D37B

RGB

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

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

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

R = 33.07%
G = 42.28%
B = 24.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#A5D37B (or 0xA5D37B) is known color: Feijoa. HEX triplet: A5, D3 and 7B. RGB value is (165,211,123). Sum of RGB (Red+Green+Blue) = 165+211+123=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D37B is #5A2C84. Grayscale: #BBBBBB. Windows color (decimal): -5909637 or 8115109. OLE color: 8115109.

HSL color Cylindrical-coordinate representation of color #A5D37B: hue angle of 91.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5D37B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 211 123 -
CMYK 0.22 0 0.42 0.17
HSL 91.36º 0.5% 0.65% -
HSV(B) 91.36º 0.42% 0.83% -
XYZ 42.39 56.02 27.32 -
YUV 187.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 165 211 123 0.22 0 0.42 0.17 91.36 0.5 0.65
Hex A5 D3 7B 16 0 2A 11 5B 32 41
Octal 245 323 173 26 0 52 21 133 62 101
Binary 10100101 11010011 1111011 10110 0 101010 10001 1011011 110010 1000001

Color Harmonies of #A5D37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D37B

Black with #A5D37B

Text Example


Text Example

White with #A5D37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D37B; }

 p { color: rgb(165,211,123); }

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

background-color css

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

 a { background-color: rgb(165,211,123); }

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

border-color css

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

 span { border-color: rgb(165,211,123); }

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