Html Css Color HEX #ADEA7A Feijoa

📋 copy color: '#ADEA7A'

red 173 ◦ green 234 ◦ blue 122

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

Shades of Feijoa #ADEA7A

Tints of Feijoa #ADEA7A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

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

R = 32.7%
G = 44.23%
B = 23.06%

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

#ADEA7A (or 0xADEA7A) is known color: Feijoa. HEX triplet: AD, EA and 7A. RGB value is (173,234,122). Sum of RGB (Red+Green+Blue) = 173+234+122=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA7A is #521585. Grayscale: #CBCBCB. Windows color (decimal): -5379462 or 8055469. OLE color: 8055469.

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

Color convert

RGB 173 234 122 -
CMYK 0.26 0 0.48 0.08
HSL 92.68º 0.73% 0.7% -
HSV(B) 92.68º 0.48% 0.92% -
XYZ 50.17 69.14 29.11 -
YUV 202.99 82.29 106.61 -
System Red Green Blue C M Y K H S L
Decimal 173 234 122 0.26 0 0.48 0.08 92.68 0.73 0.7
Hex AD EA 7A 1A 0 30 8 5D 49 46
Octal 255 352 172 32 0 60 10 135 111 106
Binary 10101101 11101010 1111010 11010 0 110000 1000 1011101 1001001 1000110

Color Harmonies of #ADEA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEA7A

Black with #ADEA7A

Text Example


Text Example

White with #ADEA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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