Html Css Color HEX #ADF278 Feijoa

📋 copy color: '#ADF278'

red 173 ◦ green 242 ◦ blue 120

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

Shades of Feijoa #ADF278

Tints of Feijoa #ADF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 32.34%
G = 45.23%
B = 22.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#ADF278 (or 0xADF278) is known color: Feijoa. HEX triplet: AD, F2 and 78. RGB value is (173,242,120). Sum of RGB (Red+Green+Blue) = 173+242+120=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF278 is #520D87. Grayscale: #CFCFCF. Windows color (decimal): -5377416 or 7926445. OLE color: 7926445.

HSL color Cylindrical-coordinate representation of color #ADF278: hue angle of 93.93º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF278 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 120 -
CMYK 0.29 0 0.50 0.05
HSL 93.93º 0.82% 0.71% -
HSV(B) 93.93º 0.5% 0.95% -
XYZ 52.38 73.74 29.24 -
YUV 207.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 173 242 120 0.29 0 0.50 0.05 93.93 0.82 0.71
Hex AD F2 78 1D 0 32 5 5E 52 47
Octal 255 362 170 35 0 62 5 136 122 107
Binary 10101101 11110010 1111000 11101 0 110010 101 1011110 1010010 1000111

Color Harmonies of #ADF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF278

Black with #ADF278

Text Example


Text Example

White with #ADF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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