Html Css Color HEX #ADEB74 Feijoa

📋 copy color: '#ADEB74'

red 173 ◦ green 235 ◦ blue 116

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

Shades of Feijoa #ADEB74

Tints of Feijoa #ADEB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 33.02%
G = 44.85%
B = 22.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#ADEB74 (or 0xADEB74) is known color: Feijoa. HEX triplet: AD, EB and 74. RGB value is (173,235,116). Sum of RGB (Red+Green+Blue) = 173+235+116=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB74 is #52148B. Grayscale: #CBCBCB. Windows color (decimal): -5379212 or 7662509. OLE color: 7662509.

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

Color convert

RGB 173 235 116 -
CMYK 0.26 0 0.51 0.08
HSL 91.26º 0.75% 0.69% -
HSV(B) 91.26º 0.51% 0.92% -
XYZ 50.09 69.56 27.31 -
YUV 202.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 173 235 116 0.26 0 0.51 0.08 91.26 0.75 0.69
Hex AD EB 74 1A 0 33 8 5B 4B 45
Octal 255 353 164 32 0 63 10 133 113 105
Binary 10101101 11101011 1110100 11010 0 110011 1000 1011011 1001011 1000101

Color Harmonies of #ADEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB74

Black with #ADEB74

Text Example


Text Example

White with #ADEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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