Html Css Color HEX #ADEB8E Feijoa

📋 copy color: '#ADEB8E'

red 173 ◦ green 235 ◦ blue 142

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

Shades of Feijoa #ADEB8E

Tints of Feijoa #ADEB8E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

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

R = 31.45%
G = 42.73%
B = 25.82%

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

#ADEB8E (or 0xADEB8E) is known color: Feijoa. HEX triplet: AD, EB and 8E. RGB value is (173,235,142). Sum of RGB (Red+Green+Blue) = 173+235+142=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8E is #521471. Grayscale: #CECECE. Windows color (decimal): -5379186 or 9366445. OLE color: 9366445.

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

Color convert

RGB 173 235 142 -
CMYK 0.26 0 0.40 0.08
HSL 100º 0.7% 0.74% -
HSV(B) 100º 0.4% 0.92% -
XYZ 51.82 70.25 36.42 -
YUV 205.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 173 235 142 0.26 0 0.40 0.08 100 0.7 0.74
Hex AD EB 8E 1A 0 28 8 64 46 4A
Octal 255 353 216 32 0 50 10 144 106 112
Binary 10101101 11101011 10001110 11010 0 101000 1000 1100100 1000110 1001010

Color Harmonies of #ADEB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB8E

Black with #ADEB8E

Text Example


Text Example

White with #ADEB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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