Html Css Color HEX #ADF17F Feijoa

📋 copy color: '#ADF17F'

red 173 ◦ green 241 ◦ blue 127

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

Shades of Feijoa #ADF17F

Tints of Feijoa #ADF17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.55%

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

R = 31.98%
G = 44.55%
B = 23.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ADF17F (or 0xADF17F) is known color: Feijoa. HEX triplet: AD, F1 and 7F. RGB value is (173,241,127). Sum of RGB (Red+Green+Blue) = 173+241+127=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF17F is #520E80. Grayscale: #D0D0D0. Windows color (decimal): -5377665 or 8384941. OLE color: 8384941.

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

Color convert

RGB 173 241 127 -
CMYK 0.28 0 0.47 0.05
HSL 95.79º 0.8% 0.72% -
HSV(B) 95.79º 0.47% 0.95% -
XYZ 52.52 73.33 31.46 -
YUV 207.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 173 241 127 0.28 0 0.47 0.05 95.79 0.8 0.72
Hex AD F1 7F 1C 0 2F 5 60 50 48
Octal 255 361 177 34 0 57 5 140 120 110
Binary 10101101 11110001 1111111 11100 0 101111 101 1100000 1010000 1001000

Color Harmonies of #ADF17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF17F

Black with #ADF17F

Text Example


Text Example

White with #ADF17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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