Html Css Color HEX #ADF273 Feijoa

📋 copy color: '#ADF273'

red 173 ◦ green 242 ◦ blue 115

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

Shades of Feijoa #ADF273

Tints of Feijoa #ADF273

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 32.64%
G = 45.66%
B = 21.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#ADF273 (or 0xADF273) is known color: Feijoa. HEX triplet: AD, F2 and 73. RGB value is (173,242,115). Sum of RGB (Red+Green+Blue) = 173+242+115=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF273 is #520D8C. Grayscale: #CFCFCF. Windows color (decimal): -5377421 or 7598765. OLE color: 7598765.

HSL color Cylindrical-coordinate representation of color #ADF273: hue angle of 92.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADF273 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 115 -
CMYK 0.29 0 0.52 0.05
HSL 92.6º 0.83% 0.7% -
HSV(B) 92.6º 0.52% 0.95% -
XYZ 52.08 73.63 27.69 -
YUV 206.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 173 242 115 0.29 0 0.52 0.05 92.6 0.83 0.7
Hex AD F2 73 1D 0 34 5 5D 53 46
Octal 255 362 163 35 0 64 5 135 123 106
Binary 10101101 11110010 1110011 11101 0 110100 101 1011101 1010011 1000110

Color Harmonies of #ADF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF273

Black with #ADF273

Text Example


Text Example

White with #ADF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF273; }

 p { color: rgb(173,242,115); }

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

background-color css

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

 a { background-color: rgb(173,242,115); }

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

border-color css

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

 span { border-color: rgb(173,242,115); }

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