Html Css Color HEX #ADF87D Feijoa

📋 copy color: '#ADF87D'

red 173 ◦ green 248 ◦ blue 125

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

Shades of Feijoa #ADF87D

Tints of Feijoa #ADF87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 125 (49.22% from 255) = 22.89%

R = 31.68%
G = 45.42%
B = 22.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#ADF87D (or 0xADF87D) is known color: Feijoa. HEX triplet: AD, F8 and 7D. RGB value is (173,248,125). Sum of RGB (Red+Green+Blue) = 173+248+125=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF87D is #520782. Grayscale: #D3D3D3. Windows color (decimal): -5375875 or 8255661. OLE color: 8255661.

HSL color Cylindrical-coordinate representation of color #ADF87D: hue angle of 96.59º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF87D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 125 -
CMYK 0.30 0 0.50 0.03
HSL 96.59º 0.9% 0.73% -
HSV(B) 96.59º 0.5% 0.97% -
XYZ 54.5 77.5 31.49 -
YUV 211.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 173 248 125 0.30 0 0.50 0.03 96.59 0.9 0.73
Hex AD F8 7D 1E 0 32 3 61 5A 49
Octal 255 370 175 36 0 62 3 141 132 111
Binary 10101101 11111000 1111101 11110 0 110010 11 1100001 1011010 1001001

Color Harmonies of #ADF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF87D

Black with #ADF87D

Text Example


Text Example

White with #ADF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF87D; }

 p { color: rgb(173,248,125); }

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

background-color css

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

 a { background-color: rgb(173,248,125); }

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

border-color css

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

 span { border-color: rgb(173,248,125); }

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