Html Css Color HEX #ADEA8C Feijoa

📋 copy color: '#ADEA8C'

red 173 ◦ green 234 ◦ blue 140

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

Shades of Feijoa #ADEA8C

Tints of Feijoa #ADEA8C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 31.63%
G = 42.78%
B = 25.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#ADEA8C (or 0xADEA8C) is known color: Feijoa. HEX triplet: AD, EA and 8C. RGB value is (173,234,140). Sum of RGB (Red+Green+Blue) = 173+234+140=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA8C is #521573. Grayscale: #CDCDCD. Windows color (decimal): -5379444 or 9235117. OLE color: 9235117.

HSL color Cylindrical-coordinate representation of color #ADEA8C: hue angle of 98.94º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADEA8C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 140 -
CMYK 0.26 0 0.40 0.08
HSL 98.94º 0.69% 0.73% -
HSV(B) 98.94º 0.4% 0.92% -
XYZ 51.39 69.62 35.54 -
YUV 205.05 91.29 105.14 -
System Red Green Blue C M Y K H S L
Decimal 173 234 140 0.26 0 0.40 0.08 98.94 0.69 0.73
Hex AD EA 8C 1A 0 28 8 63 45 49
Octal 255 352 214 32 0 50 10 143 105 111
Binary 10101101 11101010 10001100 11010 0 101000 1000 1100011 1000101 1001001

Color Harmonies of #ADEA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEA8C

Black with #ADEA8C

Text Example


Text Example

White with #ADEA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEA8C; }

 p { color: rgb(173,234,140); }

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

background-color css

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

 a { background-color: rgb(173,234,140); }

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

border-color css

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

 span { border-color: rgb(173,234,140); }

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