Html Css Color HEX #ADD68A Feijoa

📋 copy color: '#ADD68A'

red 173 ◦ green 214 ◦ blue 138

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

Shades of Feijoa #ADD68A

Tints of Feijoa #ADD68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 32.95%
G = 40.76%
B = 26.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#ADD68A (or 0xADD68A) is known color: Feijoa. HEX triplet: AD, D6 and 8A. RGB value is (173,214,138). Sum of RGB (Red+Green+Blue) = 173+214+138=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD68A is #522975. Grayscale: #C1C1C1. Windows color (decimal): -5384566 or 9098925. OLE color: 9098925.

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

Color convert

RGB 173 214 138 -
CMYK 0.19 0 0.36 0.16
HSL 92.37º 0.48% 0.69% -
HSV(B) 92.37º 0.36% 0.84% -
XYZ 45.87 58.81 32.98 -
YUV 193.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 173 214 138 0.19 0 0.36 0.16 92.37 0.48 0.69
Hex AD D6 8A 13 0 24 10 5C 30 45
Octal 255 326 212 23 0 44 20 134 60 105
Binary 10101101 11010110 10001010 10011 0 100100 10000 1011100 110000 1000101

Color Harmonies of #ADD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD68A

Black with #ADD68A

Text Example


Text Example

White with #ADD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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