Html Css Color HEX #ADD698 Feijoa

📋 copy color: '#ADD698'

red 173 ◦ green 214 ◦ blue 152

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

Shades of Feijoa #ADD698

Tints of Feijoa #ADD698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.2%

R = 32.1%
G = 39.7%
B = 28.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#ADD698 (or 0xADD698) is known color: Feijoa. HEX triplet: AD, D6 and 98. RGB value is (173,214,152). Sum of RGB (Red+Green+Blue) = 173+214+152=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD698 is #522967. Grayscale: #C2C2C2. Windows color (decimal): -5384552 or 10016429. OLE color: 10016429.

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

Color convert

RGB 173 214 152 -
CMYK 0.19 0 0.29 0.16
HSL 99.68º 0.43% 0.72% -
HSV(B) 99.68º 0.29% 0.84% -
XYZ 46.95 59.24 38.67 -
YUV 194.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 173 214 152 0.19 0 0.29 0.16 99.68 0.43 0.72
Hex AD D6 98 13 0 1D 10 64 2B 48
Octal 255 326 230 23 0 35 20 144 53 110
Binary 10101101 11010110 10011000 10011 0 11101 10000 1100100 101011 1001000

Color Harmonies of #ADD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD698

Black with #ADD698

Text Example


Text Example

White with #ADD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD698; }

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

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

background-color css

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

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

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

border-color css

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

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

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