Html Css Color HEX #AADB75 Feijoa

📋 copy color: '#AADB75'

red 170 ◦ green 219 ◦ blue 117

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

Shades of Feijoa #AADB75

Tints of Feijoa #AADB75

RGB

 RED value IS 170 (66.8% from 255) = 33.6%

 GREEN value IS 219 (85.94% from 255) = 43.28%

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

R = 33.6%
G = 43.28%
B = 23.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#AADB75 (or 0xAADB75) is known color: Feijoa. HEX triplet: AA, DB and 75. RGB value is (170,219,117). Sum of RGB (Red+Green+Blue) = 170+219+117=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB75 is #55248A. Grayscale: #C1C1C1. Windows color (decimal): -5579915 or 7723946. OLE color: 7723946.

HSL color Cylindrical-coordinate representation of color #AADB75: hue angle of 88.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AADB75 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 117 -
CMYK 0.22 0 0.47 0.14
HSL 88.82º 0.59% 0.66% -
HSV(B) 88.82º 0.47% 0.86% -
XYZ 45.12 60.49 26.13 -
YUV 192.72 85.27 111.79 -
System Red Green Blue C M Y K H S L
Decimal 170 219 117 0.22 0 0.47 0.14 88.82 0.59 0.66
Hex AA DB 75 16 0 2F E 59 3B 42
Octal 252 333 165 26 0 57 16 131 73 102
Binary 10101010 11011011 1110101 10110 0 101111 1110 1011001 111011 1000010

Color Harmonies of #AADB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB75

Black with #AADB75

Text Example


Text Example

White with #AADB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB75; }

 p { color: rgb(170,219,117); }

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

background-color css

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

 a { background-color: rgb(170,219,117); }

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

border-color css

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

 span { border-color: rgb(170,219,117); }

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