Html Css Color HEX #ADD681 Feijoa

📋 copy color: '#ADD681'

red 173 ◦ green 214 ◦ blue 129

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

Shades of Feijoa #ADD681

Tints of Feijoa #ADD681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25%

R = 33.53%
G = 41.47%
B = 25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#ADD681 (or 0xADD681) is known color: Feijoa. HEX triplet: AD, D6 and 81. RGB value is (173,214,129). Sum of RGB (Red+Green+Blue) = 173+214+129=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD681 is #52297E. Grayscale: #C0C0C0. Windows color (decimal): -5384575 or 8509101. OLE color: 8509101.

HSL color Cylindrical-coordinate representation of color #ADD681: hue angle of 88.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD681 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 129 -
CMYK 0.19 0 0.40 0.16
HSL 88.94º 0.51% 0.67% -
HSV(B) 88.94º 0.4% 0.84% -
XYZ 45.24 58.56 29.69 -
YUV 192.05 92.42 114.41 -
System Red Green Blue C M Y K H S L
Decimal 173 214 129 0.19 0 0.40 0.16 88.94 0.51 0.67
Hex AD D6 81 13 0 28 10 59 33 43
Octal 255 326 201 23 0 50 20 131 63 103
Binary 10101101 11010110 10000001 10011 0 101000 10000 1011001 110011 1000011

Color Harmonies of #ADD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD681

Black with #ADD681

Text Example


Text Example

White with #ADD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD681; }

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

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

background-color css

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

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

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

border-color css

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

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

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