Html Css Color HEX #ADF380 Feijoa

📋 copy color: '#ADF380'

red 173 ◦ green 243 ◦ blue 128

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

Shades of Feijoa #ADF380

Tints of Feijoa #ADF380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 31.8%
G = 44.67%
B = 23.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ADF380 (or 0xADF380) is known color: Feijoa. HEX triplet: AD, F3 and 80. RGB value is (173,243,128). Sum of RGB (Red+Green+Blue) = 173+243+128=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF380 is #520C7F. Grayscale: #D1D1D1. Windows color (decimal): -5377152 or 8450989. OLE color: 8450989.

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

Color convert

RGB 173 243 128 -
CMYK 0.29 0 0.47 0.05
HSL 96.52º 0.83% 0.73% -
HSV(B) 96.52º 0.47% 0.95% -
XYZ 53.18 74.54 32.01 -
YUV 208.96 82.31 102.35 -
System Red Green Blue C M Y K H S L
Decimal 173 243 128 0.29 0 0.47 0.05 96.52 0.83 0.73
Hex AD F3 80 1D 0 2F 5 61 53 49
Octal 255 363 200 35 0 57 5 141 123 111
Binary 10101101 11110011 10000000 11101 0 101111 101 1100001 1010011 1001001

Color Harmonies of #ADF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF380

Black with #ADF380

Text Example


Text Example

White with #ADF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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