Html Css Color HEX #ADD66F Feijoa

📋 copy color: '#ADD66F'

red 173 ◦ green 214 ◦ blue 111

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

Shades of Feijoa #ADD66F

Tints of Feijoa #ADD66F

RGB

 RED value IS 173 (67.97% from 255) = 34.74%

 GREEN value IS 214 (83.98% from 255) = 42.97%

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 34.74%
G = 42.97%
B = 22.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#ADD66F (or 0xADD66F) is known color: Feijoa. HEX triplet: AD, D6 and 6F. RGB value is (173,214,111). Sum of RGB (Red+Green+Blue) = 173+214+111=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD66F is #522990. Grayscale: #BEBEBE. Windows color (decimal): -5384593 or 7329453. OLE color: 7329453.

HSL color Cylindrical-coordinate representation of color #ADD66F: hue angle of 83.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADD66F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 111 -
CMYK 0.19 0 0.48 0.16
HSL 83.88º 0.56% 0.64% -
HSV(B) 83.88º 0.48% 0.84% -
XYZ 44.15 58.13 23.93 -
YUV 190 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 173 214 111 0.19 0 0.48 0.16 83.88 0.56 0.64
Hex AD D6 6F 13 0 30 10 54 38 40
Octal 255 326 157 23 0 60 20 124 70 100
Binary 10101101 11010110 1101111 10011 0 110000 10000 1010100 111000 1000000

Color Harmonies of #ADD66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD66F

Black with #ADD66F

Text Example


Text Example

White with #ADD66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD66F; }

 p { color: rgb(173,214,111); }

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

background-color css

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

 a { background-color: rgb(173,214,111); }

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

border-color css

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

 span { border-color: rgb(173,214,111); }

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