Html Css Color HEX #ADF378 Feijoa

📋 copy color: '#ADF378'

red 173 ◦ green 243 ◦ blue 120

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

Shades of Feijoa #ADF378

Tints of Feijoa #ADF378

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 32.28%
G = 45.34%
B = 22.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#ADF378 (or 0xADF378) is known color: Feijoa. HEX triplet: AD, F3 and 78. RGB value is (173,243,120). Sum of RGB (Red+Green+Blue) = 173+243+120=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF378 is #520C87. Grayscale: #D0D0D0. Windows color (decimal): -5377160 or 7926701. OLE color: 7926701.

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

Color convert

RGB 173 243 120 -
CMYK 0.29 0 0.51 0.05
HSL 94.15º 0.84% 0.71% -
HSV(B) 94.15º 0.51% 0.95% -
XYZ 52.67 74.34 29.34 -
YUV 208.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 173 243 120 0.29 0 0.51 0.05 94.15 0.84 0.71
Hex AD F3 78 1D 0 33 5 5E 54 47
Octal 255 363 170 35 0 63 5 136 124 107
Binary 10101101 11110011 1111000 11101 0 110011 101 1011110 1010100 1000111

Color Harmonies of #ADF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF378

Black with #ADF378

Text Example


Text Example

White with #ADF378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF378; }

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

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

background-color css

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

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

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

border-color css

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

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

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