Html Css Color HEX #ADEB8C Feijoa

📋 copy color: '#ADEB8C'

red 173 ◦ green 235 ◦ blue 140

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

Shades of Feijoa #ADEB8C

Tints of Feijoa #ADEB8C

RGB

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

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

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

R = 31.57%
G = 42.88%
B = 25.55%

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

#ADEB8C (or 0xADEB8C) is known color: Feijoa. HEX triplet: AD, EB and 8C. RGB value is (173,235,140). Sum of RGB (Red+Green+Blue) = 173+235+140=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8C is #521473. Grayscale: #CDCDCD. Windows color (decimal): -5379188 or 9235373. OLE color: 9235373.

HSL color Cylindrical-coordinate representation of color #ADEB8C: hue angle of 99.16º 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 #ADEB8C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 140 -
CMYK 0.26 0 0.40 0.08
HSL 99.16º 0.7% 0.74% -
HSV(B) 99.16º 0.4% 0.92% -
XYZ 51.68 70.19 35.64 -
YUV 205.63 90.96 104.72 -
System Red Green Blue C M Y K H S L
Decimal 173 235 140 0.26 0 0.40 0.08 99.16 0.7 0.74
Hex AD EB 8C 1A 0 28 8 63 46 4A
Octal 255 353 214 32 0 50 10 143 106 112
Binary 10101101 11101011 10001100 11010 0 101000 1000 1100011 1000110 1001010

Color Harmonies of #ADEB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB8C

Black with #ADEB8C

Text Example


Text Example

White with #ADEB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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