Html Css Color HEX #ADEB7A Feijoa

📋 copy color: '#ADEB7A'

red 173 ◦ green 235 ◦ blue 122

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

Shades of Feijoa #ADEB7A

Tints of Feijoa #ADEB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.02%

R = 32.64%
G = 44.34%
B = 23.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#ADEB7A (or 0xADEB7A) is known color: Feijoa. HEX triplet: AD, EB and 7A. RGB value is (173,235,122). Sum of RGB (Red+Green+Blue) = 173+235+122=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB7A is #521485. Grayscale: #CBCBCB. Windows color (decimal): -5379206 or 8055725. OLE color: 8055725.

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

Color convert

RGB 173 235 122 -
CMYK 0.26 0 0.48 0.08
HSL 92.92º 0.74% 0.7% -
HSV(B) 92.92º 0.48% 0.92% -
XYZ 50.45 69.71 29.21 -
YUV 203.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 173 235 122 0.26 0 0.48 0.08 92.92 0.74 0.7
Hex AD EB 7A 1A 0 30 8 5D 4A 46
Octal 255 353 172 32 0 60 10 135 112 106
Binary 10101101 11101011 1111010 11010 0 110000 1000 1011101 1001010 1000110

Color Harmonies of #ADEB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB7A

Black with #ADEB7A

Text Example


Text Example

White with #ADEB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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