Html Css Color HEX #A5D384 Feijoa

📋 copy color: '#A5D384'

red 165 ◦ green 211 ◦ blue 132

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

Shades of Feijoa #A5D384

Tints of Feijoa #A5D384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.98%

R = 32.48%
G = 41.54%
B = 25.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#A5D384 (or 0xA5D384) is known color: Feijoa. HEX triplet: A5, D3 and 84. RGB value is (165,211,132). Sum of RGB (Red+Green+Blue) = 165+211+132=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D384 is #5A2C7B. Grayscale: #BCBCBC. Windows color (decimal): -5909628 or 8704933. OLE color: 8704933.

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

Color convert

RGB 165 211 132 -
CMYK 0.22 0 0.37 0.17
HSL 94.94º 0.47% 0.67% -
HSV(B) 94.94º 0.37% 0.83% -
XYZ 42.98 56.25 30.42 -
YUV 188.24 96.26 111.42 -
System Red Green Blue C M Y K H S L
Decimal 165 211 132 0.22 0 0.37 0.17 94.94 0.47 0.67
Hex A5 D3 84 16 0 25 11 5F 2F 43
Octal 245 323 204 26 0 45 21 137 57 103
Binary 10100101 11010011 10000100 10110 0 100101 10001 1011111 101111 1000011

Color Harmonies of #A5D384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D384

Black with #A5D384

Text Example


Text Example

White with #A5D384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D384; }

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

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

background-color css

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

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

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

border-color css

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

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

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