Html Css Color HEX #ADD68E Feijoa

📋 copy color: '#ADD68E'

red 173 ◦ green 214 ◦ blue 142

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

Shades of Feijoa #ADD68E

Tints of Feijoa #ADD68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 32.7%
G = 40.45%
B = 26.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#ADD68E (or 0xADD68E) is known color: Feijoa. HEX triplet: AD, D6 and 8E. RGB value is (173,214,142). Sum of RGB (Red+Green+Blue) = 173+214+142=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD68E is #522971. Grayscale: #C1C1C1. Windows color (decimal): -5384562 or 9361069. OLE color: 9361069.

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

Color convert

RGB 173 214 142 -
CMYK 0.19 0 0.34 0.16
HSL 94.17º 0.47% 0.7% -
HSV(B) 94.17º 0.34% 0.84% -
XYZ 46.16 58.93 34.53 -
YUV 193.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 173 214 142 0.19 0 0.34 0.16 94.17 0.47 0.7
Hex AD D6 8E 13 0 22 10 5E 2F 46
Octal 255 326 216 23 0 42 20 136 57 106
Binary 10101101 11010110 10001110 10011 0 100010 10000 1011110 101111 1000110

Color Harmonies of #ADD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD68E

Black with #ADD68E

Text Example


Text Example

White with #ADD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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