Html Css Color HEX #ADF682 Feijoa

📋 copy color: '#ADF682'

red 173 ◦ green 246 ◦ blue 130

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

Shades of Feijoa #ADF682

Tints of Feijoa #ADF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.81%

 BLUE value IS 130 (51.17% from 255) = 23.68%

R = 31.51%
G = 44.81%
B = 23.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#ADF682 (or 0xADF682) is known color: Feijoa. HEX triplet: AD, F6 and 82. RGB value is (173,246,130). Sum of RGB (Red+Green+Blue) = 173+246+130=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF682 is #52097D. Grayscale: #D3D3D3. Windows color (decimal): -5376382 or 8582829. OLE color: 8582829.

HSL color Cylindrical-coordinate representation of color #ADF682: hue angle of 97.76º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF682 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 130 -
CMYK 0.30 0 0.47 0.04
HSL 97.76º 0.87% 0.74% -
HSV(B) 97.76º 0.47% 0.96% -
XYZ 54.22 76.41 33.01 -
YUV 210.95 82.32 100.93 -
System Red Green Blue C M Y K H S L
Decimal 173 246 130 0.30 0 0.47 0.04 97.76 0.87 0.74
Hex AD F6 82 1E 0 2F 4 62 57 4A
Octal 255 366 202 36 0 57 4 142 127 112
Binary 10101101 11110110 10000010 11110 0 101111 100 1100010 1010111 1001010

Color Harmonies of #ADF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF682

Black with #ADF682

Text Example


Text Example

White with #ADF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF682; }

 p { color: rgb(173,246,130); }

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

background-color css

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

 a { background-color: rgb(173,246,130); }

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

border-color css

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

 span { border-color: rgb(173,246,130); }

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