Html Css Color HEX #ADEB7C Feijoa

📋 copy color: '#ADEB7C'

red 173 ◦ green 235 ◦ blue 124

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

Shades of Feijoa #ADEB7C

Tints of Feijoa #ADEB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 32.52%
G = 44.17%
B = 23.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#ADEB7C (or 0xADEB7C) is known color: Feijoa. HEX triplet: AD, EB and 7C. RGB value is (173,235,124). Sum of RGB (Red+Green+Blue) = 173+235+124=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB7C is #521483. Grayscale: #CCCCCC. Windows color (decimal): -5379204 or 8186797. OLE color: 8186797.

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

Color convert

RGB 173 235 124 -
CMYK 0.26 0 0.47 0.08
HSL 93.51º 0.74% 0.7% -
HSV(B) 93.51º 0.47% 0.92% -
XYZ 50.58 69.76 29.87 -
YUV 203.81 82.96 106.03 -
System Red Green Blue C M Y K H S L
Decimal 173 235 124 0.26 0 0.47 0.08 93.51 0.74 0.7
Hex AD EB 7C 1A 0 2F 8 5E 4A 46
Octal 255 353 174 32 0 57 10 136 112 106
Binary 10101101 11101011 1111100 11010 0 101111 1000 1011110 1001010 1000110

Color Harmonies of #ADEB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB7C

Black with #ADEB7C

Text Example


Text Example

White with #ADEB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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