Html Css Color HEX #ADF57F Feijoa

📋 copy color: '#ADF57F'

red 173 ◦ green 245 ◦ blue 127

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

Shades of Feijoa #ADF57F

Tints of Feijoa #ADF57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.95%

 BLUE value IS 127 (50% from 255) = 23.3%

R = 31.74%
G = 44.95%
B = 23.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ADF57F (or 0xADF57F) is known color: Feijoa. HEX triplet: AD, F5 and 7F. RGB value is (173,245,127). Sum of RGB (Red+Green+Blue) = 173+245+127=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF57F is #520A80. Grayscale: #D2D2D2. Windows color (decimal): -5376641 or 8385965. OLE color: 8385965.

HSL color Cylindrical-coordinate representation of color #ADF57F: hue angle of 96.61º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF57F is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 127 -
CMYK 0.29 0 0.48 0.04
HSL 96.61º 0.86% 0.73% -
HSV(B) 96.61º 0.48% 0.96% -
XYZ 53.72 75.72 31.86 -
YUV 210.02 81.15 101.59 -
System Red Green Blue C M Y K H S L
Decimal 173 245 127 0.29 0 0.48 0.04 96.61 0.86 0.73
Hex AD F5 7F 1D 0 30 4 61 56 49
Octal 255 365 177 35 0 60 4 141 126 111
Binary 10101101 11110101 1111111 11101 0 110000 100 1100001 1010110 1001001

Color Harmonies of #ADF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF57F

Black with #ADF57F

Text Example


Text Example

White with #ADF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF57F; }

 p { color: rgb(173,245,127); }

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

background-color css

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

 a { background-color: rgb(173,245,127); }

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

border-color css

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

 span { border-color: rgb(173,245,127); }

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