Html Css Color HEX #A5DD75 Feijoa

📋 copy color: '#A5DD75'

red 165 ◦ green 221 ◦ blue 117

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

Shades of Feijoa #A5DD75

Tints of Feijoa #A5DD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 32.8%
G = 43.94%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A5DD75 (or 0xA5DD75) is known color: Feijoa. HEX triplet: A5, DD and 75. RGB value is (165,221,117). Sum of RGB (Red+Green+Blue) = 165+221+117=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD75 is #5A228A. Grayscale: #C0C0C0. Windows color (decimal): -5907083 or 7724453. OLE color: 7724453.

HSL color Cylindrical-coordinate representation of color #A5DD75: hue angle of 92.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5DD75 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 117 -
CMYK 0.25 0 0.47 0.13
HSL 92.31º 0.6% 0.66% -
HSV(B) 92.31º 0.47% 0.87% -
XYZ 44.58 61 26.25 -
YUV 192.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 165 221 117 0.25 0 0.47 0.13 92.31 0.6 0.66
Hex A5 DD 75 19 0 2F D 5C 3C 42
Octal 245 335 165 31 0 57 15 134 74 102
Binary 10100101 11011101 1110101 11001 0 101111 1101 1011100 111100 1000010

Color Harmonies of #A5DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD75

Black with #A5DD75

Text Example


Text Example

White with #A5DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD75; }

 p { color: rgb(165,221,117); }

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

background-color css

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

 a { background-color: rgb(165,221,117); }

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

border-color css

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

 span { border-color: rgb(165,221,117); }

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