Html Css Color HEX #ADF275 Feijoa

📋 copy color: '#ADF275'

red 173 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #ADF275

Tints of Feijoa #ADF275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 32.52%
G = 45.49%
B = 21.99%

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

#ADF275 (or 0xADF275) is known color: Feijoa. HEX triplet: AD, F2 and 75. RGB value is (173,242,117). Sum of RGB (Red+Green+Blue) = 173+242+117=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF275 is #520D8A. Grayscale: #CFCFCF. Windows color (decimal): -5377419 or 7729837. OLE color: 7729837.

HSL color Cylindrical-coordinate representation of color #ADF275: hue angle of 93.12º 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 #ADF275 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 117 -
CMYK 0.29 0 0.52 0.05
HSL 93.12º 0.83% 0.7% -
HSV(B) 93.12º 0.52% 0.95% -
XYZ 52.2 73.67 28.3 -
YUV 207.12 77.14 103.66 -
System Red Green Blue C M Y K H S L
Decimal 173 242 117 0.29 0 0.52 0.05 93.12 0.83 0.7
Hex AD F2 75 1D 0 34 5 5D 53 46
Octal 255 362 165 35 0 64 5 135 123 106
Binary 10101101 11110010 1110101 11101 0 110100 101 1011101 1010011 1000110

Color Harmonies of #ADF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF275

Black with #ADF275

Text Example


Text Example

White with #ADF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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